Ignore:
Timestamp:
Sep 17, 2015 6:31:36 PM (9 years ago)
Author:
knoop
Message:

split .mrun.config.default into version for ifort and gfortran + Bugfix: Seminar lectures

File:
1 moved

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/.mrun.config.ifort

    r1656 r1657  
    3030# appropriately, if you are using a different compiler / MPI-Version.
    3131#
    32 %tmp_user_catalog  /tmp                                          <hi> parallel
     32#
     33%remote_username   <replace_with_your_local_username>            <hi> parallel
     34%tmp_user_catalog  $HOME/palm/tmp                                <hi> parallel
    3335%compiler_name     mpif90                                        <hi> parallel
    3436%compiler_name_ser ifort                                         <hi> parallel
    3537%cpp_options       -cpp:-D__mpi2:-DMPI_REAL=MPI_DOUBLE_PRECISION:-DMPI_2REAL=MPI_2DOUBLE_PRECISION:-D__netcdf:-D__intel_compiler   <hi> parallel
    3638%netcdf_inc        -I:<replace_by_netcdf_include_path>           <hi> parallel
    37 %netcdf_lib        -L<replace_by_netcdf_library_path>:-lnetcdf   <hi> parallel
     39%netcdf_lib        -L:<replace_by_netcdf_library_path>:-lnetcdf  <hi> parallel
    3840%mopts             -j:4                                          <hi> parallel
    3941%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
     
    4143# if you want to use your own hostfile, uncomment next line
    4244#%hostfile          $base_directory/.hostfile                    <hi> parallel
    43 # if you want this host to be used as a remote host, uncomment next line
    44 #%remote_username   <replace_by_your_username_on_this_host>      <hi> parallel
    4545# if you want to load modules on the remote host, use the following line
    4646#%modules           <replace_by_the_modules_to_be_loaded>        <hi> parallel
     
    4949#
    5050#
    51 %tmp_user_catalog  /tmp                                          <hi> parallel trace
     51%remote_username   <replace_with_your_local_username>            <hi> parallel trace
     52%tmp_user_catalog  $HOME/palm/tmp                                <hi> parallel trace
    5253%compiler_name     mpif90                                        <hi> parallel trace
    5354%compiler_name_ser ifort                                         <hi> parallel trace
    5455%cpp_options       -cpp:-DMPI_REAL=MPI_DOUBLE_PRECISION:-DMPI_2REAL=MPI_2DOUBLE_PRECISION:-D__netcdf:-D__intel_compiler   <hi> parallel trace
    5556%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%netcdf_lib        -L:<replace_by_netcdf_library_path>:-lnetcdf  <hi> parallel trace
    5758%mopts             -j:4                                          <hi> parallel trace
    5859%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
     
    6061# if you want to use your own hostfile, uncomment next line
    6162#%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
    6463# if you want to load modules on the remote host, use the following line
    6564#%modules           <replace_by_the_modules_to_be_loaded>        <hi> parallel trace
Note: See TracChangeset for help on using the changeset viewer.