carputils
Doxygen code documentation for the python framework controlling openCARP
carputils
machines
medtronic
Classes
|
Variables
carputils.machines.medtronic Namespace Reference
Classes
class
Medtronic
Run jobs on the
Medtronic
HPC.
More...
Variables
string
TEMPLATE
Variable Documentation
◆
TEMPLATE
string carputils.machines.medtronic.TEMPLATE
Initial value:
1
=
"""#!/bin/bash --login
2
#$ -N Job_{jobID:.15s}
3
#$ -pe pe_20 {nproc}
4
#$ -l h_rt={walltime}
5
#$ -q {queue}
6
7
# Change to the directory that the job was submitted from
8
# (remember this should be on the /work filesystem)
9
cd $SGE_O_WORKDIR
10
11
# Set the number of threads to 1
12
# This prevents any system libraries from automatically
13
# using threading.
14
#export OMP_NUM_THREADS=1
15
16
module load carp/mdt-1.0
17
"""
Generated by
1.8.13