Run jobs on the MARCONI HPC Cluster.
More...
|
| def | add_launcher (cls, carp_cmd, nproc, nproc_job=0, ddt=False, cuda=False, args, kwargs) |
| |
| def | header (cls, jobID, nproc, walltime, queue, cuda, email) |
| |
| def | add_launcher (cls, carp_cmd, nproc, nproc_job=0, ddt=False, cuda=False, args, kwargs) |
| |
| def | add_python_launcher (cls, exe_cmd) |
| |
| def | determine_queue (cls, user_selected=None) |
| | Determine the correct queue. More...
|
| |
| def | header (cls, jobID, nproc, walltime, queue, cuda, email, config=None) |
| | Generate the header for a run script on this platform. More...
|
| |
| def | footer (cls) |
| | Generate the footer for a run script on this platform. More...
|
| |
| def | LAUNCHER (cls) |
| | A little trickery to prevent cyclic import. More...
|
| |
| def | add_launcher (cls, carp_cmd, nproc, nproc_job=0, gdb_procs=None, ddd_procs=None, ddt=False, valgrind=None, map=False, cuda=False, with_ft=None) |
| | Add MPI launcher to openCARP command. More...
|
| |
| def | add_python_launcher (cls, exe_cmd) |
| | Add python launcher to exe command. More...
|
| |
Run jobs on the MARCONI HPC Cluster.
Info http://www.hpc.cineca.it/
◆ add_launcher()
| def carputils.machines.marconi_slurm.MarconiDebug.add_launcher |
( |
|
cls, |
|
|
|
carp_cmd, |
|
|
|
nproc, |
|
|
|
nproc_job = 0, |
|
|
|
ddt = False, |
|
|
|
cuda = False, |
|
|
|
args, |
|
|
|
kwargs |
|
) |
| |
◆ header()
| def carputils.machines.marconi_slurm.MarconiDebug.header |
( |
|
cls, |
|
|
|
jobID, |
|
|
|
nproc, |
|
|
|
walltime, |
|
|
|
queue, |
|
|
|
cuda, |
|
|
|
email |
|
) |
| |
◆ BATCH_EXT
| string carputils.machines.marconi_slurm.MarconiDebug.BATCH_EXT = '.slrm' |
|
static |
◆ LAUNCHER
| string carputils.machines.marconi_slurm.MarconiDebug.LAUNCHER = 'srun' |
|
static |
◆ PARTITION
| string carputils.machines.marconi_slurm.MarconiDebug.PARTITION = 'bdw_usr_dbg' |
|
static |
◆ SUBMIT
| string carputils.machines.marconi_slurm.MarconiDebug.SUBMIT = 'sbatch' |
|
static |
The documentation for this class was generated from the following file: