carputils
Doxygen code documentation for the python framework controlling openCARP
carputils
machines
vsc2
Classes
|
Variables
carputils.machines.vsc2 Namespace Reference
Classes
class
VSC2
Run on VSC-2 at the Vienna Scientific Cluster.
More...
Variables
string
TEMPLATE
Variable Documentation
◆
TEMPLATE
string carputils.machines.vsc2.TEMPLATE
Initial value:
1
=
"""#!/bin/sh -f
2
#$ -V
3
#$ -cwd
4
#$ -j y
5
#$ -m be
6
#$ -pe mpich {nproc}
7
#$ -l h_rt={walltime}
8
#$ -o {jobID}_{nproc}.$JOB_ID
9
#$ -N {jobID}_{nproc}
10
11
#export I_MPI_DAT_LIBRARY=/usr/lib64/libdat2.so.2
12
#export OMP_NUM_THREADS=1
13
#export I_MPI_FABRICS=shm:dapl
14
#export I_MPI_FALLBACK=0
15
#export I_MPI_CPUINFO=proc
16
#export I_MPI_PIN_PROCESSOR_LIST=0-15
17
#export I_MPI_JOB_FAST_STARTUP=0
18
"""
Generated by
1.8.13