- Timestamp:
- Jul 5, 2013 3:29:59 PM (11 years ago)
- Location:
- palm/trunk/SCRIPTS
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/.mrun.config.csc_sisu
r1199 r1200 31 31 # appropriately, if you are using a different compiler / MPI-Version. 32 32 # 33 %tmp_user_catalog /wrk/ raaschlccrayf parallel34 %tmp_data_catalog /wrk/ raasch/restart_datalccrayf parallel35 %compiler_name crayftn lccrayf parallel36 %compiler_name_ser crayftn lccrayf parallel33 %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 37 37 %cpp_options -e:Z:-DMPI_REAL=MPI_DOUBLE_PRECISION:-DMPI_2REAL=MPI_2DOUBLE_PRECISION:-D__netcdf:-D__intel_openmp_bug lccrayf parallel 38 38 %netcdf_inc -I:/opt/cray/netcdf/4.2.1.1/cray/81/include lccrayf parallel 39 39 %netcdf_lib -L/opt/cray/netcdf/4.2.1.1/cray/81/lib:-lnetcdff:-lnetcdf lccrayf parallel 40 %mopts -j:4 lccrayf parallel41 %fopts -em:-s:real64:-O2 lccrayf parallel42 %lopts -em:-s:real64:-O2 lccrayf parallel43 %remote_username raaschlccrayf parallel44 %memory 1500 lccrayf parallel40 %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 45 45 %login_init_cmd .:/opt/modules/default/init/ksh\;:.:/etc/bash.bashrc.local\;:module:list lccrayf parallel 46 %modules cray-netcdf lccrayf parallel47 %create_executable_for_batch true lccrayf parallel46 %modules cray-netcdf lccrayf parallel 47 %create_executable_for_batch true lccrayf parallel 48 48 # 49 49 %write_binary true restart -
palm/trunk/SCRIPTS/mrun
r1199 r1200 22 22 # Current revisions: 23 23 # ------------------ 24 # 25 # 26 # Former revisions: 27 # ----------------- 28 # $Id$ 29 # 30 # 1199 2013-07-05 14:52:22Z raasch 24 31 # adjustments for CSC Helsinki (lccrayf), 25 32 # executables for batch jobs can be created in advance, in order to avoid calling 26 33 # the compiler within the batch job (only works if batch jobs are submitted on 27 34 # local host) 28 #29 # Former revisions:30 # -----------------31 # $Id$32 35 # 33 36 # 1190 2013-06-25 09:39:21Z heinze -
palm/trunk/SCRIPTS/subjob
r1199 r1200 23 23 # Current revisions: 24 24 # ------------------ 25 # adjustments for CSC Helsinki (lccrayf)25 # 26 26 # 27 27 # Former revisions: 28 28 # ----------------- 29 29 # $Id$ 30 # 31 # 1199 2013-07-05 14:52:22Z raasch 32 # adjustments for CSC Helsinki (lccrayf) 33 # 30 34 # use of cluster/express queue enabled (ibmh) 31 35 # vinessa added (imuk)
Note: See TracChangeset
for help on using the changeset viewer.