carputils
Doxygen code documentation for the python framework controlling openCARP
Classes | Variables
carputils.machines.curie Namespace Reference

Classes

class  Curie
 Run on the Curie supercomputer. More...
 

Variables

string TEMPLATE
 

Variable Documentation

◆ TEMPLATE

string carputils.machines.curie.TEMPLATE
Initial value:
1 = """#!/bin/bash
2 #MSUB -r TBunnyC2 # Request name
3 #MSUB -n {nproc} # Number of tasks to use
4 #MSUB -T {walltime} # Elapsed time limit in seconds
5 #MSUB -o {jobID}_%I.o # Standard output. %I is the job id
6 #MSUB -e {jobID}_%I.e # Error output. %I is the job id
7 #MSUB -A pa1332 # Project ID
8 #MSUB -q standard # Choosing standard nodes
9 
10 set -x
11 cd $BRIDGE_MSUB_PWD
12 """