Changeset 555 for palm/trunk/SCRIPTS/mbuild
- Timestamp:
- Sep 7, 2010 7:32:53 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mbuild
r544 r555 111 111 # 16/08/10 - BjornM- bugfix: call of modules on local host, new workaround 112 112 # for lcxt4 113 # 07/09/10 - Siggi - bugfix for wrong netcdf/3.6.3 module on lcsgi 113 114 114 115 … … 1036 1037 then 1037 1038 module_calls="module load ${modules};" 1039 1040 # bugfix for wrong netcdf module 1041 if [[ $remote_host = lcsgib || $remote_host = lcsgih ]] 1042 then 1043 if [[ $(echo $module_calls | grep -c netcdf/3.6.3-intel) != 0 ]] 1044 then 1045 module_calls="$module_calls export LD_LIBRARY_PATH=/sw/dataformats/netcdf/3.6.3-intel/lib:\$LD_LIBRARY_PATH;" 1046 fi 1047 fi 1038 1048 else 1039 1049 module_calls=""
Note: See TracChangeset
for help on using the changeset viewer.