Changeset 562 for palm/trunk/SCRIPTS/mrun
- Timestamp:
- Sep 13, 2010 1:48:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r555 r562 2120 2120 2121 2121 # bugfix for wrong netcdf module 2122 if [[ $ remote_host = lcsgib || $remote_host = lcsgih ]]2122 if [[ $host = lcsgib || $host = lcsgih ]] 2123 2123 then 2124 2124 if [[ $(echo $module_calls | grep -c netcdf/3.6.3-intel) != 0 ]] 2125 2125 then 2126 module_calls="$module_calls export LD_LIBRARY_PATH=/sw/dataformats/netcdf/3.6.3-intel/lib:\$LD_LIBRARY_PATH;"2126 export module_calls="$module_calls export LD_LIBRARY_PATH=/sw/dataformats/netcdf/3.6.3-intel/lib:\$LD_LIBRARY_PATH;" 2127 2127 fi 2128 2128 fi … … 3299 3299 export MPI_CONNECTIONS_THRESHOLD=8192 3300 3300 echo "*** MPI_DSM_CPULIST=$MPI_DSM_CPULIST" 3301 export MPI_TYPE_DEPTH=20 3302 echo "*** MPI_TYPE_DEPTH=$MPI_TYPE_DEPTH" 3301 3303 mpiexec_mpt -np $ii ./a.out $ROPTS < runfile_atmos 3302 3304
Note: See TracChangeset
for help on using the changeset viewer.