Changeset 683 for palm/trunk/SCRIPTS/mrun
- Timestamp:
- Feb 9, 2011 2:25:15 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r678 r683 219 219 # 02/02/10 - Siggi - further adjustments on Tsubame and concerning openMP 220 220 # usage 221 # 09/02/10 - Siggi - mpt bugfix for netCDF4 usage 221 222 222 223 … … 2113 2114 fi 2114 2115 2115 # bugfix for wrong netcdf module 2116 # bugfix for wrong netcdf module and for netCDF4 usage in case of mpt 2116 2117 if [[ $host = lcsgib || $host = lcsgih ]] 2117 2118 then … … 2119 2120 then 2120 2121 export module_calls="$module_calls export LD_LIBRARY_PATH=/sw/dataformats/netcdf/3.6.3-intel/lib:\$LD_LIBRARY_PATH;" 2122 fi 2123 if [[ $(echo $module_calls | grep -c mpt) != 0 ]] 2124 then 2125 export module_calls="$module_calls export LD_LIBRARY_PATH=/sw/sgi/mpt/2011-02-07/lib:\$LD_LIBRARY_PATH;" 2126 echo "*** module_calls = $module_calls" 2121 2127 fi 2122 2128 fi … … 3305 3311 export MPI_TYPE_DEPTH=20 3306 3312 echo "*** MPI_TYPE_DEPTH=$MPI_TYPE_DEPTH" 3313 export MPI_GROUP_MAX=64 3314 echo "*** MPI_GROUP_MAX=$MPI_GROUP_MAX" 3307 3315 mpiexec_mpt -np $ii ./a.out $ROPTS < runfile_atmos 3308 3316
Note: See TracChangeset
for help on using the changeset viewer.