Changeset 750 for palm/trunk
- Timestamp:
- Aug 22, 2011 11:19:49 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/.mrun.config.imuk_hlrn
r734 r750 3 3 #---------------------------------------------------------------------------- 4 4 %mainprog palm.f90 5 %base_directory $HOME/palm/ current_version6 %base_data ~/palm/ current_version/JOBS5 %base_directory $HOME/palm/seminar_version 6 %base_data ~/palm/seminar_version/JOBS 7 7 %source_path $base_directory/trunk/SOURCE 8 8 %add_source_path $base_directory/USER_CODE/$fname … … 25 25 # and for generating and running the PALM executable using MPI. Replace all 26 26 # required paths (given in <>) by the respective paths valid on your host. 27 # Please adjust compilernames, cpp-options, compiler-options etc. 27 # Please adjust compilernames, cpp-options, compiler-options etc. 28 28 # appropriately for your own system(s), and please delete or comment out 29 29 # blocks for unused systems. … … 33 33 # e.g. bora, may require different settings. 34 34 # 35 #%remote_username <replace by your IMUK username> lcmuk parallel36 #%tmp_user_catalog / localdata/<replace by your IMUK username>lcmuk parallel35 #%remote_username <replace by your IMUK username> lcmuk parallel 36 #%tmp_user_catalog /home/<replace by your IMUK username>/palm/tmp/ lcmuk parallel 37 37 %compiler_name mpif90 lcmuk parallel 38 38 %compiler_name_ser ifort lcmuk parallel … … 46 46 # 47 47 # 48 %sgi_feature ice2 lcsgih parallel49 %modules intel.compiler:mpt:phdf5/1.8.5-mpt-intel-11.1:pnetcdf/4.1.1-mpt-intel-11.1lcsgih parallel48 %sgi_feature ice2 lcsgih parallel 49 %modules intel.compiler/11.1.072:mpt:netcdf/3.6.3-intel lcsgih parallel 50 50 #%remote_username <replace by your HLRN username> lcsgih parallel 51 %compiler_name ifort lcsgih parallel 52 %compiler_name_ser ifort lcsgih parallel 53 %cpp_options -DMPI_REAL=MPI_DOUBLE_PRECISION:-DMPI_2REAL=MPI_2DOUBLE_PRECISION:-D__netcdf:-D__netcdf4:-D__mpi2 lcsgih parallel 54 %netcdf_inc -I:/sw/dataformats/pnetcdf/netcdf-4.1.1-mpt-intel-11.1/include:-I:/sw/dataformats/phdf5/hdf5-1.8.5-mpt-intel-11.1/include lcsgih parallel 55 %netcdf_lib -L/sw/dataformats/pnetcdf/netcdf-4.1.1-mpt-intel-11.1/lib:-lnetcdf:-lnetcdff:-L/sw/dataformats/phdf5/hdf5-1.8.5-mpt-intel-11.1/lib:-lhdf5:-lhdf5_hl:-lz lcsgih parallel 56 %mopts -j:4 lcsgih parallel 57 %fopts -openmp:-xS:-fpe0:-O3:-cpp:-r8:-fp-model:precise:-align:all:-ftz:-fno-alias:-no-scalar-rep:-no-prec-div:-no-prec-sqrt:-ip:-nbs:-convert:little_endian lcsgih parallel 58 %lopts -openmp:-xS:-fpe0:-O3:-cpp:-r8:-fp-model:precise:-align:all:-ftz:-fno-alias:-no-scalar-rep:-no-prec-div:-no-prec-sqrt:-ip:-nbs:-Vaxlib:-lmpi lcsgih parallel 59 %memory 1500 lcsgih parallel 60 #%tmp_data_catalog /gfs2/work/<replace by your HLRN username>/palm_restart_data lcsgih parallel 61 #%tmp_user_catalog /gfs2/tmp/<replace by your HLRN username> lcsgih parallel 51 %compiler_name ifort lcsgih parallel 52 %compiler_name_ser ifort lcsgih parallel 53 %cpp_options -DMPI_REAL=MPI_DOUBLE_PRECISION:-DMPI_2REAL=MPI_2DOUBLE_PRECISION:-D__netcdf lcsgih parallel 54 %netcdf_inc -I:/sw/dataformats/netcdf/3.6.3-intel/include lcsgih parallel 55 %netcdf_lib -L/sw/dataformats/netcdf/3.6.3-intel/lib:-lnetcdf:-lnetcdff lcsgih parallel 56 %mopts -j:4 lcsgih parallel 57 %fopts -openmp:-xS:-fpe0:-O3:-cpp:-r8:-fp-model:precise:-align:all:-ftz:-fno-alias:-no-scalar-rep:-no-prec-div:-no-prec-sqrt:-ip:-nbs:-convert:little_endian lcsgih parallel 58 %lopts -openmp:-xS:-fpe0:-O3:-cpp:-r8:-fp-model:precise:-align:all:-ftz:-fno-alias:-no-scalar-rep:-no-prec-div:-no-prec-sqrt:-ip:-nbs:-Vaxlib:-lmpi lcsgih parallel 59 %memory 1500 lcsgih parallel 60 #%tmp_data_catalog /gfs2/work/<replace by your HLRN username>/palm_restart_data lcsgih parallel 61 #%tmp_user_catalog /gfs2/tmp/<replace by your HLRN username> lcsgih parallel 62 # 62 63 # 63 64 # … … 65 66 # 66 67 #---------------------------------------------------------------------------- 67 # INPUT-commands, executed before running PALM - lines must start with "IC:" 68 # INPUT-commands, executed before running PALM - lines must start with "IC:" 68 69 #---------------------------------------------------------------------------- 69 70 #IC: … … 132 133 DATA_PRT_NETCDF out:loc:pe prt#:prtf $base_data/$fname/OUTPUT _prt nc 133 134 DATA_PRT_NETCDF out:loc:trpe prt#:prtf $base_data/$fname/OUTPUT _prt nc 134 DATA_DVR out:loc:trpe dvr $base_data/$fname/OUTPUT _dvr 135 DATA_DVR out:loc:trpe dvr $base_data/$fname/OUTPUT _dvr 135 136 # 136 137 DVRP_LOG out:loc:tr dv# $base_data/$fname/MONITORING _dvrp_log
Note: See TracChangeset
for help on using the changeset viewer.