Changeset 555 for palm/trunk/SCRIPTS/mrun
- Timestamp:
- Sep 7, 2010 7:32:53 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r544 r555 209 209 # hicegate0/bicegate0 instead of the IP addresses 210 210 # 17/08/10 - BjornM - adjustments for interactive runs on lcxt4 211 # 07/09/10 - Siggi - bugfix for wrong netcdf/3.6.3 module on lcsgi 211 212 212 213 … … 2118 2119 fi 2119 2120 2121 # bugfix for wrong netcdf module 2122 if [[ $remote_host = lcsgib || $remote_host = lcsgih ]] 2123 then 2124 if [[ $(echo $module_calls | grep -c netcdf/3.6.3-intel) != 0 ]] 2125 then 2126 module_calls="$module_calls export LD_LIBRARY_PATH=/sw/dataformats/netcdf/3.6.3-intel/lib:\$LD_LIBRARY_PATH;" 2127 fi 2128 fi 2129 2120 2130 2121 2131 # SET DEFAULT VALUE FOR MPI MODULE TO BE USED ON SGI-ALTIX
Note: See TracChangeset
for help on using the changeset viewer.