-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibensemble.yml
More file actions
32 lines (30 loc) · 952 Bytes
/
libensemble.yml
File metadata and controls
32 lines (30 loc) · 952 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
buildspecs:
test_libe_simple_inplace:
type: script
executor: perlmutter.slurm.regular
description: run libEnsemble simple script
tags: [python, ensembles, workflows, concurrent, xsdk, e4s]
env:
I_MPI_FABRICS: shm:ofi
PYTHONNOUSERSITE: 1
SLURM_EXACT: 1
SLURM_MEM_PER_NODE: 0
sbatch: ["-t 15", "-N 2", "-C cpu"]
run: bash ./run_1d_sampling_local_mpi.sh
test_libe_sbatch_forces_perlmutter:
type: script
executor: perlmutter.slurm.regular
description: run libEnsemble forces-gpu script on Perlmutter
tags: [python, ensembles, workflows, concurrent, xsdk, e4s]
env:
I_MPI_FABRICS: shm:ofi
PYTHONNOUSERSITE: 1
SLURM_EXACT: 1
SLURM_MEM_PER_NODE: 0
MPICH_GPU_SUPPORT_ENABLED: "1"
MPICH: "cc -target-accel=nvidia80 -shared"
sbatch: ["-t 15", "-N 2", "-C gpu"]
run: bash ./run_forces_gpu_perlmutter.sh
maintainers:
- shudson
- jnavarro