Ignore:
Timestamp:
Feb 2, 2011 2:31:56 PM (14 years ago)
Author:
raasch
Message:

New:
---

further adjustments on Tsubame and concerning openMP usage
(mrun, mbuild, subjob)

Changed:


Errors:


Bugfix in calculation of divergence of vertical flux of resolved scale
energy, pressure fluctuations, and flux of pressure fluctuation itself
(flow statistics)

Bugfix: module pegrid was missing. (user_statistics)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/subjob

    r635 r678  
    126126     # 14/12/10 - Siggi - adjustments for new Tsubame system at Tokyo
    127127     #                    institute of technology (lctit)
     128     # 02/02/11 - Siggi - further asjustments for Tsubame concerning openMP
     129
    128130
    129131
     
    10381040#!/bin/ksh
    10391041
     1042$module_calls
     1043
    10401044%%END%%
    10411045
    10421046       # OPTIONEN FUER SUBMIT-KOMMANDO ZUSAMMENSTELLEN
    1043     submcom="$submcom -W group_list=$group_number -N $job_name -l walltime=$timestring -l select=$nodes:ncpus=$processes_per_node:mpiprocs=$tasks_per_node:mem=${Memory}gb -l place=scatter -o $remote_dayfile -j oe -q $queue "
     1047    if [[ $tasks_per_node != $processes_per_node ]]
     1048    then
     1049       submcom="$submcom -W group_list=$group_number -N $job_name -l walltime=$timestring -l select=$nodes:ncpus=$processes_per_node:mpiprocs=$tasks_per_node:mem=${Memory}gb -o $remote_dayfile -j oe -q $queue "
     1050    else
     1051       submcom="$submcom -W group_list=$group_number -N $job_name -l walltime=$timestring -l select=$nodes:ncpus=$processes_per_node:mpiprocs=$tasks_per_node:mem=${Memory}gb -l place=scatter -o $remote_dayfile -j oe -q $queue "
     1052    fi
    10441053
    10451054 else
Note: See TracChangeset for help on using the changeset viewer.