Changeset 1446 for palm/trunk/SCRIPTS/.mrun.config.default
- Timestamp:
- Aug 7, 2014 10:08:56 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/.mrun.config.default
r1441 r1446 18 18 # 19 19 # The next line is just an example. Add your own line below or replace this line. 20 %host_identifier myhostnamelcmy20 %host_identifier <replace_by_your_hostname> lcmy 21 21 # 22 22 # … … 34 34 %compiler_name_ser ifort <hi> parallel 35 35 %cpp_options -cpp:-D__mpi2:-DMPI_REAL=MPI_DOUBLE_PRECISION:-DMPI_2REAL=MPI_2DOUBLE_PRECISION:-D__netcdf:-D__intel_compiler <hi> parallel 36 %netcdf_inc -I:<replace by netcdf includepath> <hi> parallel37 %netcdf_lib -L<replace by netcdf librarypath>:-lnetcdf <hi> parallel36 %netcdf_inc -I:<replace_by_netcdf_include_path> <hi> parallel 37 %netcdf_lib -L<replace_by_netcdf_library_path>:-lnetcdf <hi> parallel 38 38 %mopts -j:4 <hi> parallel 39 %fopts -I:<replace by mpiinclude path>:-fpe0:-O3:-xHost:-fp-model:source:-ftz:-fno-alias:-no-prec-div:-no-prec-sqrt:-ip:-nbs:-diag-disable:8290,8291 <hi> parallel40 %lopts -L:<replace by mpilibrary path>:-fpe0:-O3:-xHost:-fp-model:source:-ftz:-fno-alias:-no-prec-div:-no-prec-sqrt:-ip:-nbs:-diag-disable:8290,8291 <hi> parallel39 %fopts -I:<replace_by_mpi_include path>:-fpe0:-O3:-xHost:-fp-model:source:-ftz:-fno-alias:-no-prec-div:-no-prec-sqrt:-ip:-nbs:-diag-disable:8290,8291 <hi> parallel 40 %lopts -L:<replace_by_mpi_library path>:-fpe0:-O3:-xHost:-fp-model:source:-ftz:-fno-alias:-no-prec-div:-no-prec-sqrt:-ip:-nbs:-diag-disable:8290,8291 <hi> parallel 41 41 # if you want to use your own hostfile, uncomment next line 42 42 #%hostfile $base_directory/.hostfile <hi> parallel 43 43 # if you want this host to be used as a remote host, uncomment next line 44 #%remote_username <replace by your username on thishost> <hi> parallel44 #%remote_username <replace_by_your_username_on_this_host> <hi> parallel 45 45 # if you want to load modules on the remote host, use the following line 46 #%modules <replace by the modules to beloaded> <hi> parallel46 #%modules <replace_by_the_modules_to_be_loaded> <hi> parallel 47 47 # if you want to perform initial commands on ssh connections, use the following line 48 #%login_init_cmd <replace by the initalcommands> <hi> parallel48 #%login_init_cmd <replace_by_the_inital_commands> <hi> parallel 49 49 # 50 50 # … … 53 53 %compiler_name_ser ifort <hi> parallel trace 54 54 %cpp_options -cpp:-DMPI_REAL=MPI_DOUBLE_PRECISION:-DMPI_2REAL=MPI_2DOUBLE_PRECISION:-D__netcdf:-D__intel_compiler <hi> parallel trace 55 %netcdf_inc -I:<replace by netcdf includepath> <hi> parallel trace56 %netcdf_lib -L<replace by netcdf librarypath>:-lnetcdf <hi> parallel trace55 %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 57 %mopts -j:4 <hi> parallel trace 58 58 %fopts -C:-check:nooutput_conversion:-fpe0:-debug:-traceback:-g:-w:-O0:-ftz:-fno-alias:-no-prec-div:-no-prec-sqrt:-ip:-nbs <hi> parallel trace … … 61 61 #%hostfile $base_directory/.hostfile <hi> parallel trace 62 62 # if you want this host to be used as a remote host, uncomment next line 63 #%remote_username <replace by your username on thishost> <hi> parallel trace63 #%remote_username <replace_by_your_username_on_this_host> <hi> parallel trace 64 64 # if you want to load modules on the remote host, use the following line 65 #%modules <replace by the modules to beloaded> <hi> parallel trace65 #%modules <replace_by_the_modules_to_be_loaded> <hi> parallel trace 66 66 # if you want to perform initial commands on ssh connections, use the following line 67 #%login_init_cmd <replace by the initalcommands> <hi> parallel trace67 #%login_init_cmd <replace_by_the_inital_commands> <hi> parallel trace 68 68 # 69 69 #
Note: See TracChangeset
for help on using the changeset viewer.