Changeset 1231
- Timestamp:
- Sep 20, 2013 11:25:45 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/.mrun.config.default
r1085 r1231 24 24 # and for generating and running the PALM executable using MPI. Replace all 25 25 # required paths (given in <>) by the respective paths valid on your host. 26 # Also replace <hi> by your host identifier (see above) in each line! 26 # Also replace <hi> by your host identifier (see above <hi> example "lcmy") 27 # in each line! 27 28 # Compilernames, cpp-options and compiler-options are assuming 28 29 # an Intel-Compiler and mpich2 on this host! Please change … … 46 47 # if you want to perform initial commands on ssh connections, use the following line 47 48 #%login_init_cmd <replace by the inital commands> <hi> parallel 49 # 50 # 51 %tmp_user_catalog /tmp <hi> parallel trace 52 %compiler_name mpif90 <hi> parallel trace 53 %compiler_name_ser ifort <hi> parallel trace 54 %cpp_options -cpp:-DMPI_REAL=MPI_DOUBLE_PRECISION:-DMPI_2REAL=MPI_2DOUBLE_PRECISION:-D__netcdf <hi> parallel trace 55 %netcdf_inc -I:<replace by netcdf include path> <hi> parallel trace 56 %netcdf_lib -L<replace by netcdf library path>:-lnetcdf <hi> parallel trace 57 %mopts -j:4 <hi> parallel trace 58 %fopts -C:-check:nooutput_conversion:-fpe0:-debug:-traceback:-g:-w:-xT:-O0:-cpp:-r8:-ftz:-fno-alias:-no-prec-div:-no-prec-sqrt:-ip:-nbs:-convert:little_endian <hi> parallel trace 59 %lopts -C:-check:nooutput_conversion:-fpe0:-debug:-traceback:-g:-w:-xT:-O0:-cpp:-r8:-ftz:-fno-alias:-no-prec-div:-no-prec-sqrt:-ip:-nbs:-Vaxlib <hi> parallel trace 60 # if you want to use your own hostfile, uncomment next line 61 #%hostfile $base_directory/.hostfile <hi> parallel trace 62 # if you want this host to be used as a remote host, uncomment next line 63 #%remote_username <replace by your username on this host> <hi> parallel trace 64 # if you want to load modules on the remote host, use the following line 65 #%modules <replace by the modules to be loaded> <hi> parallel trace 66 # if you want to perform initial commands on ssh connections, use the following line 67 #%login_init_cmd <replace by the inital commands> <hi> parallel trace 68 # 48 69 # 49 70 %write_binary true restart
Note: See TracChangeset
for help on using the changeset viewer.