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/mbuild

    r635 r678  
    10431043          if [[ "$modules" != "" ]]
    10441044          then
    1045              module_calls="module load ${modules};"
     1045             if [[ $remote_host = lctit ]]
     1046             then
     1047                module_calls=". $modules"
     1048             else
     1049                module_calls="module load ${modules};"
     1050             fi
    10461051
    10471052                # bugfix for wrong netcdf module
     
    12031208          if [[ "$modules" != "" ]]
    12041209          then
    1205              module_calls="module load ${modules};"
     1210             if [[ $remote_host = lctit ]]
     1211             then
     1212                module_calls=". $modules"
     1213             else
     1214                module_calls="module load ${modules};"
     1215             fi
    12061216
    12071217                # bugfix for wrong netcdf module
     
    12631273       if [[ "$modules" != "" ]]
    12641274       then
    1265           module load ${modules}
     1275          if [[ $remote_host = lctit ]]
     1276          then
     1277             . $modules
     1278          else
     1279             module load ${modules}
     1280          fi
    12661281       fi
    12671282
Note: See TracChangeset for help on using the changeset viewer.