|
def | __init__ (self) |
|
def | define_queue_setup (self, queue) |
|
def | compute_resources (self, num_procs) |
| returns the resources allocation string.
|
|
def | compute_memory_limit (self, num_procs, amount) |
|
def | modules_str (self) |
|
def | sync_source (self, rundir) |
|
def | run_wxdmf (self, sim_name, wxdmf_exec, mesh_prefix='meshes/plotMesh', use_scalars=True) |
| Run wxdmf after job completes.
|
|
def | tar (self, sim_name) |
| Move to parent directory and compress run folder.
|
|
def | mv_tar (self, sim_name, destination) |
| Move tar to destination directory.
|
|
◆ __init__()
def warpy.clusters.cluster_info.cluster_info.__init__ |
( |
|
self | ) |
|
Reimplemented in warpy.clusters.bugs.bugs, warpy.clusters.centennial.centennial, warpy.clusters.cerberus.cerberus, warpy.clusters.cori.cori, warpy.clusters.hyak.hyak, warpy.clusters.hyak_klone.hyak_klone, warpy.clusters.hyak_mox.hyak_mox, warpy.clusters.mustang.mustang, warpy.clusters.onyx.onyx, warpy.clusters.perlmutter.perlmutter, and warpy.clusters.zaphpc.zaphpc.
◆ compute_memory_limit()
def warpy.clusters.cluster_info.cluster_info.compute_memory_limit |
( |
|
self, |
|
|
|
num_procs, |
|
|
|
amount |
|
) |
| |
◆ compute_resources()
def warpy.clusters.cluster_info.cluster_info.compute_resources |
( |
|
self, |
|
|
|
num_procs |
|
) |
| |
returns the resources allocation string.
Reimplemented in warpy.clusters.bugs.bugs, warpy.clusters.centennial.centennial, warpy.clusters.cerberus.cerberus, warpy.clusters.cori.cori, warpy.clusters.hyak.hyak, warpy.clusters.hyak_klone.hyak_klone, warpy.clusters.hyak_mox.hyak_mox, warpy.clusters.mustang.mustang, warpy.clusters.onyx.onyx, warpy.clusters.perlmutter.perlmutter, and warpy.clusters.zaphpc.zaphpc.
◆ define_queue_setup()
def warpy.clusters.cluster_info.cluster_info.define_queue_setup |
( |
|
self, |
|
|
|
queue |
|
) |
| |
◆ modules_str()
def warpy.clusters.cluster_info.cluster_info.modules_str |
( |
|
self | ) |
|
◆ mv_tar()
def warpy.clusters.cluster_info.cluster_info.mv_tar |
( |
|
self, |
|
|
|
sim_name, |
|
|
|
destination |
|
) |
| |
Move tar to destination directory.
If '.' do nothing.
◆ run_wxdmf()
def warpy.clusters.cluster_info.cluster_info.run_wxdmf |
( |
|
self, |
|
|
|
sim_name, |
|
|
|
wxdmf_exec, |
|
|
|
mesh_prefix = 'meshes/plotMesh' , |
|
|
|
use_scalars = True |
|
) |
| |
Run wxdmf after job completes.
◆ sync_source()
def warpy.clusters.cluster_info.cluster_info.sync_source |
( |
|
self, |
|
|
|
rundir |
|
) |
| |
◆ tar()
def warpy.clusters.cluster_info.cluster_info.tar |
( |
|
self, |
|
|
|
sim_name |
|
) |
| |
Move to parent directory and compress run folder.
◆ modules
warpy.clusters.cluster_info.cluster_info.modules |
◆ queue
warpy.clusters.cluster_info.cluster_info.queue |
◆ scheduler
warpy.clusters.cluster_info.cluster_info.scheduler |
The documentation for this class was generated from the following file: