Run jobs on the Medtronic HPC.
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, config=None) |
| | Generate the header for a run script on this platform. More...
|
| |
| def | add_python_launcher (cls, exe_cmd) |
| | Add python launcher to exe command. More...
|
| |
| def | determine_queue (cls, user_selected=None) |
| | Determine the correct queue. 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...
|
| |
Run jobs on the Medtronic HPC.
◆ add_launcher()
| def carputils.machines.medtronic.Medtronic.add_launcher |
( |
|
cls, |
|
|
|
carp_cmd, |
|
|
|
nproc, |
|
|
|
nproc_job = 0, |
|
|
|
ddt = False, |
|
|
|
cuda = False, |
|
|
* |
args, |
|
|
** |
kwargs |
|
) |
| |
◆ header()
| def carputils.machines.medtronic.Medtronic.header |
( |
|
cls, |
|
|
|
jobID, |
|
|
|
nproc, |
|
|
|
walltime, |
|
|
|
queue, |
|
|
|
cuda, |
|
|
|
email, |
|
|
|
config = None |
|
) |
| |
Generate the header for a run script on this platform.
Parameters
----------
jobID str Identifier for this job in batch system nproc int Number of processes to use walltime str Walltime string of format HH:MM:SS queue str Specify a queue to submit to cuda bool True if running a CUDA executable email str Email address to notify when done
Returns
str The generated header
Reimplemented from carputils.machines.general.BatchPlatform.
◆ AVAILABLE_QUEUES
| list carputils.machines.medtronic.Medtronic.AVAILABLE_QUEUES = ['aib.q', 'aib2.q', 'eda.q'] |
|
static |
◆ BATCH_EXT
| string carputils.machines.medtronic.Medtronic.BATCH_EXT = '.uge' |
|
static |
◆ DEFAULT_QUEUE
| string carputils.machines.medtronic.Medtronic.DEFAULT_QUEUE = 'aib.q' |
|
static |
◆ LAUNCHER
| string carputils.machines.medtronic.Medtronic.LAUNCHER = 'mpirun' |
|
static |
◆ SUBMIT
| string carputils.machines.medtronic.Medtronic.SUBMIT = 'qsub' |
|
static |
The documentation for this class was generated from the following file: