carputils
Doxygen code documentation for the python framework controlling openCARP
All Classes Namespaces Files Functions Variables Properties Pages
Static Public Attributes | List of all members
carputils.machines.supermuc.SuperMUCFat Class Reference

Run on fat nodes at the SuperMUC petascale system in Germany. More...

Inheritance diagram for carputils.machines.supermuc.SuperMUCFat:
carputils.machines.supermuc.SuperMUCAbstract carputils.machines.general.BatchPlatform carputils.machines.general.Platform

Static Public Attributes

int PROCPERNODE = 40
 
string TYPESHORTNAME = 'fat'
 
- Static Public Attributes inherited from carputils.machines.supermuc.SuperMUCAbstract
string SUBMIT = 'llsubmit'
 
string LAUNCHER = 'mpiexec'
 
string BATCH_EXT = '.ll'
 
 PROCPERNODE = None
 
 TYPESHORTNAME = None
 
- Static Public Attributes inherited from carputils.machines.general.BatchPlatform
bool BATCH = True
 
 BATCH_EXT = None
 
 DEFAULT_QUEUE = None
 
 AVAILABLE_QUEUES = None
 
- Static Public Attributes inherited from carputils.machines.general.Platform
bool BATCH = False
 
 SUBMIT = None
 

Additional Inherited Members

- Public Member Functions inherited from carputils.machines.supermuc.SuperMUCAbstract
def header (cls, jobID, nproc, walltime, queue, cuda, email)
 
- Public Member Functions inherited from carputils.machines.general.BatchPlatform
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...
 
- Public Member Functions inherited from carputils.machines.general.Platform
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...
 

Detailed Description

Run on fat nodes at the SuperMUC petascale system in Germany.

Info https://www.lrz.de/services/compute/supermuc/

Member Data Documentation

◆ PROCPERNODE

int carputils.machines.supermuc.SuperMUCFat.PROCPERNODE = 40
static

◆ TYPESHORTNAME

string carputils.machines.supermuc.SuperMUCFat.TYPESHORTNAME = 'fat'
static

The documentation for this class was generated from the following file: