Changeset 562 for palm/trunk/SCRIPTS/mbuild
- Timestamp:
- Sep 13, 2010 1:48:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mbuild
r555 r562 1196 1196 then 1197 1197 module_calls="module load ${modules};" 1198 1199 # bugfix for wrong netcdf module 1200 if [[ $remote_host = lcsgib || $remote_host = lcsgih ]] 1201 then 1202 if [[ $(echo $module_calls | grep -c netcdf/3.6.3-intel) != 0 ]] 1203 then 1204 module_calls="$module_calls export LD_LIBRARY_PATH=/sw/dataformats/netcdf/3.6.3-intel/lib:\$LD_LIBRARY_PATH;" 1205 fi 1206 fi 1198 1207 else 1199 1208 module_calls=""
Note: See TracChangeset
for help on using the changeset viewer.