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 edited

Legend:

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

    r1648 r1657  
    1 #$Id: .mrun.config.imuknb 1446 2014-08-07 10:08:56Z maronga $
     1#$Id: .mrun.config.gfortran 1446 2014-08-07 10:08:56Z knoop $
    22#column 1          column 2                                   column 3
    33#name of variable  value of variable (~ must not be used)     scope
     
    4141%fopts             -Ofast                                        <hi> parallel
    4242%lopts             -Ofast                                        <hi> parallel
     43# if you want to use your own hostfile, uncomment next line
     44#%hostfile          $base_directory/.hostfile                    <hi> parallel
     45# if you want to load modules on the remote host, use the following line
     46#%modules           <replace_by_the_modules_to_be_loaded>        <hi> parallel
     47# if you want to perform initial commands on ssh connections, use the following line
     48#%login_init_cmd    <replace_by_the_inital_commands>             <hi> parallel
    4349#
    4450#
     
    5359%fopts             -O0:-Wall:-fbacktrace                         <hi> parallel trace
    5460%lopts             -O0:-Wall:-fbacktrace                         <hi> parallel trace
     61# if you want to use your own hostfile, uncomment next line
     62#%hostfile          $base_directory/.hostfile                    <hi> parallel trace
     63# if you want to load modules on the remote host, use the following line
     64#%modules           <replace_by_the_modules_to_be_loaded>        <hi> parallel trace
     65# if you want to perform initial commands on ssh connections, use the following line
     66#%login_init_cmd    <replace_by_the_inital_commands>             <hi> parallel trace
     67#
    5568#
    5669%write_binary                true                             restart
Note: See TracChangeset for help on using the changeset viewer.