Changeset 555 for palm/trunk/SCRIPTS
- Timestamp:
- Sep 7, 2010 7:32:53 AM (14 years ago)
- Location:
- palm/trunk/SCRIPTS
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/.mrun.config.imuk_ice2_netcdf4
r537 r555 54 54 %netcdf_lib -L/sw/dataformats/pnetcdf/netcdf-4.0.1-mvapich2-intel/lib:-lnetcdf:-lnetcdff:-L/sw/dataformats/phdf5/hdf5-1.8.2-mvapich2-intel/lib:-lhdf5:-lhdf5_hl:-lz lcsgih parallel ice2 55 55 %mopts -j:4 lcsgih parallel ice2 56 %fopts -xSSE4.2:- O3:-cpp:-r8:-align:all:-ftz:-fno-alias:-no-prec-div:-no-prec-sqrt:-ip:-nbs:-convert:little_endian lcsgih parallel ice257 %lopts -xSSE4.2:- O3:-cpp:-r8:-align:all:-ftz:-fno-alias:-no-prec-div:-no-prec-sqrt:-ip:-nbs:-Vaxlib lcsgih parallel ice256 %fopts -xSSE4.2:-fp-model:precise:-O3:-cpp:-r8:-align:all:-ftz:-fno-alias:-no-prec-div:-no-prec-sqrt:-ip:-nbs:-convert:little_endian lcsgih parallel ice2 57 %lopts -xSSE4.2:-fp-model:precise:-O3:-cpp:-r8:-align:all:-ftz:-fno-alias:-no-prec-div:-no-prec-sqrt:-ip:-nbs:-Vaxlib lcsgih parallel ice2 58 58 %memory 1500 lcsgih parallel ice2 59 #%tmp_data_catalog /gfs 1/work/<replace by your HLRN username>/palm_restart_data lcsgih parallel60 #%tmp_user_catalog /gfs 1/tmp/<replace by your HLRN username> lcsgih parallel59 #%tmp_data_catalog /gfs2/work/<replace by your HLRN username>/palm_restart_data lcsgih parallel 60 #%tmp_user_catalog /gfs2/tmp/<replace by your HLRN username> lcsgih parallel 61 61 # 62 62 # -
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="" -
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 -
palm/trunk/SCRIPTS/subjob
r552 r555 1354 1354 chmod u+x $job_on_remhost 1355 1355 1356 elif [[ $(echo $local_host | cut -c1-5) = lcsgi ]]1357 then1358 eval $submcom $job_on_remhost1359 1356 elif [[ $local_host = nech ]] 1360 1357 then
Note: See TracChangeset
for help on using the changeset viewer.