ARTEMIS
Variables
all_machine_specs Namespace Reference
Variables
dictionary
local_specs
dictionary
summit_specs
Variable Documentation
◆
local_specs
dictionary all_machine_specs.local_specs
Initial value:
1
= {
2
'name'
:
'local'
,
# Machine name
3
'cores'
: 1,
# Number of cores per simulation
4
'sim_app'
: os.environ[
'HOME'
] +
'/warpx/Bin/main2d.gnu.TPROF.MPI.OMP.ex'
,
5
'extra_args'
:
''
,
# extra arguments passed to mpirun/mpiexec at execution
6
'OMP_NUM_THREADS'
:
'2'
,
7
'sim_max'
: 3
# Maximum number of simulations
8
}
◆
summit_specs
dictionary all_machine_specs.summit_specs
Initial value:
1
= {
2
'name'
:
'summit'
,
# Machine name
3
'sim_app'
: os.environ[
'HOME'
] +
'/warpx/Bin/main2d.gnu.TPROF.MPI.CUDA.ex'
,
4
# extra arguments passed to jsrun at execution
5
'extra_args'
:
'-n 1 -a 1 -g 1 -c 1 --bind=packed:1 --smpiargs="-gpu"'
,
6
'OMP_NUM_THREADS'
:
'1'
,
7
'sim_max'
: 400
# Maximum number of simulations
8
}
Generated by
1.9.1