|
WARPXM v1.10.0
|
Configuration file for WARPy. More...
Functions | |
| def | test_rundir (category, name) |
| Function for computing the directory to use for running the simulation. | |
Variables | |
| bool | clobber_directory = False |
| bool | allow_rundir_overwrite = True |
| bool | copy_warpy_file = True |
| bool | write_git_info = True |
| str | git_repo = '@PROJECT_SOURCE_DIR@' |
| int | num_procs = 0 |
| str | warpxm_exec = '@WARPXM_EXEC@' |
| str | wxdmf_exec = '@WXDMF_EXEC@' |
| bool | wxdmf_use_scalars = True |
| str | mpirun = '@MPIEXEC_COMPAT@' |
| str | mpi_np = '-np' |
| str | meshes_base_dir = '.' |
| dict | env_vars = {'OPENBLAS_NUM_THREADS': 1, 'MKL_NUM_THREADS': 1} |
| list | mpi_args = [] |
| os | user_config_path = os.path.join(os.environ['HOME'], '.config', 'warpy_user_config.py') |
| None | queue = None |
| str | account = '' |
| None | walltime = None |
| None | memory_limit = None |
| str | pbs_template_file = '@PBS_TEMPLATE_FILE@' |
| str | slurm_template_file = '@SLURM_TEMPLATE_FILE@' |
| str | tar_destination = '.' |
| str | warpxm_source_dir = '@PROJECT_SOURCE_DIR@' |
Configuration file for WARPy.
| def warpy.warpy_config.test_rundir | ( | category, | |
| name | |||
| ) |
Function for computing the directory to use for running the simulation.
| category | category of the simulation |
| name | test case name |
| str warpy.warpy_config.account = '' |
| bool warpy.warpy_config.allow_rundir_overwrite = True |
| bool warpy.warpy_config.clobber_directory = False |
| bool warpy.warpy_config.copy_warpy_file = True |
| dict warpy.warpy_config.env_vars = {'OPENBLAS_NUM_THREADS': 1, 'MKL_NUM_THREADS': 1} |
| str warpy.warpy_config.git_repo = '@PROJECT_SOURCE_DIR@' |
| None warpy.warpy_config.memory_limit = None |
| str warpy.warpy_config.meshes_base_dir = '.' |
| list warpy.warpy_config.mpi_args = [] |
| str warpy.warpy_config.mpi_np = '-np' |
| str warpy.warpy_config.mpirun = '@MPIEXEC_COMPAT@' |
| int warpy.warpy_config.num_procs = 0 |
| str warpy.warpy_config.pbs_template_file = '@PBS_TEMPLATE_FILE@' |
| None warpy.warpy_config.queue = None |
| str warpy.warpy_config.slurm_template_file = '@SLURM_TEMPLATE_FILE@' |
| str warpy.warpy_config.tar_destination = '.' |
| os warpy.warpy_config.user_config_path = os.path.join(os.environ['HOME'], '.config', 'warpy_user_config.py') |
| None warpy.warpy_config.walltime = None |
| str warpy.warpy_config.warpxm_exec = '@WARPXM_EXEC@' |
| str warpy.warpy_config.warpxm_source_dir = '@PROJECT_SOURCE_DIR@' |
| bool warpy.warpy_config.write_git_info = True |
| str warpy.warpy_config.wxdmf_exec = '@WXDMF_EXEC@' |
| bool warpy.warpy_config.wxdmf_use_scalars = True |