Changeset 1200 for palm/trunk/SCRIPTS


Ignore:
Timestamp:
Jul 5, 2013 3:29:59 PM (11 years ago)
Author:
raasch
Message:

last commit documented

Location:
palm/trunk/SCRIPTS
Files:
3 edited

Legend:

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

    r1199 r1200  
    3131# appropriately, if you are using a different compiler / MPI-Version.
    3232#
    33 %tmp_user_catalog    /wrk/raasch                               lccrayf parallel
    34 %tmp_data_catalog    /wrk/raasch/restart_data                  lccrayf parallel
    35 %compiler_name       crayftn                                   lccrayf parallel
    36 %compiler_name_ser   crayftn                                   lccrayf parallel
     33%tmp_user_catalog    /wrk/<replace by your sisu-username>               lccrayf parallel
     34%tmp_data_catalog    /wrk/<replace by your sisu-username>/restart_data  lccrayf parallel
     35%compiler_name       crayftn                                            lccrayf parallel
     36%compiler_name_ser   crayftn                                            lccrayf parallel
    3737%cpp_options         -e:Z:-DMPI_REAL=MPI_DOUBLE_PRECISION:-DMPI_2REAL=MPI_2DOUBLE_PRECISION:-D__netcdf:-D__intel_openmp_bug lccrayf parallel
    3838%netcdf_inc          -I:/opt/cray/netcdf/4.2.1.1/cray/81/include  lccrayf parallel
    3939%netcdf_lib          -L/opt/cray/netcdf/4.2.1.1/cray/81/lib:-lnetcdff:-lnetcdf  lccrayf parallel
    40 %mopts               -j:4                                      lccrayf parallel
    41 %fopts               -em:-s:real64:-O2                         lccrayf parallel
    42 %lopts               -em:-s:real64:-O2                         lccrayf parallel
    43 %remote_username     raasch                                    lccrayf parallel
    44 %memory              1500                                      lccrayf parallel
     40%mopts               -j:4                                               lccrayf parallel
     41%fopts               -em:-s:real64:-O2                                  lccrayf parallel
     42%lopts               -em:-s:real64:-O2                                  lccrayf parallel
     43%remote_username     <replace by your sisu-username>                    lccrayf parallel
     44%memory              1500                                               lccrayf parallel
    4545%login_init_cmd      .:/opt/modules/default/init/ksh\;:.:/etc/bash.bashrc.local\;:module:list  lccrayf parallel
    46 %modules             cray-netcdf                               lccrayf parallel
    47 %create_executable_for_batch  true                             lccrayf parallel
     46%modules             cray-netcdf                                        lccrayf parallel
     47%create_executable_for_batch  true                                      lccrayf parallel
    4848#             
    4949%write_binary        true                             restart
  • palm/trunk/SCRIPTS/mrun

    r1199 r1200  
    2222# Current revisions:
    2323# ------------------
     24#
     25#
     26# Former revisions:
     27# -----------------
     28# $Id$
     29#
     30# 1199 2013-07-05 14:52:22Z raasch
    2431# adjustments for CSC Helsinki (lccrayf),
    2532# executables for batch jobs can be created in advance, in order to avoid calling
    2633# the compiler within the batch job (only works if batch jobs are submitted on
    2734# local host)
    28 #
    29 # Former revisions:
    30 # -----------------
    31 # $Id$
    3235#
    3336# 1190 2013-06-25 09:39:21Z heinze
  • palm/trunk/SCRIPTS/subjob

    r1199 r1200  
    2323# Current revisions:
    2424# ------------------
    25 # adjustments for CSC Helsinki (lccrayf)
     25#
    2626#
    2727# Former revisions:
    2828# -----------------
    2929# $Id$
     30#
     31# 1199 2013-07-05 14:52:22Z raasch
     32# adjustments for CSC Helsinki (lccrayf)
     33#
    3034# use of cluster/express queue enabled (ibmh)
    3135# vinessa added (imuk)
Note: See TracChangeset for help on using the changeset viewer.