-
Notifications
You must be signed in to change notification settings - Fork 9
/
golds.yaml
17 lines (17 loc) · 1.36 KB
/
golds.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This yaml file will serve as the mapping between specs and gold files
# This allows us to match specs to golds based on what they satisfy in the environment
# Specs should be ordered from most to least specific per platform
cee:
- ["amr-wind%gcc", "/projects/wind/exawind-manager/environments/cee-golds/opt/linux-rhel8-x86_64/gcc-12.1.0/amr-wind-2.1.0-nqomj7kd5rbhrsell25md3zhggpxhdso/golds"]
ellis:
- ["amr-wind+cuda%gcc", "/data/ssd1/home/jrood/exawind/golds/current/amr-wind/gcc-gpu"]
- ["nalu-wind+cuda%gcc", "/data/ssd1/home/jrood/exawind/golds/current/nalu-wind/gcc-gpu"]
- ["exawind+cuda%gcc", "/data/ssd1/home/jrood/exawind/golds/current/exawind/gcc-gpu"]
- ["amr-wind+asan%clang", "/data/ssd1/home/jrood/exawind/golds/current/amr-wind/clang-cpu-asan"]
- ["exawind+asan%clang", "/data/ssd1/home/jrood/exawind/golds/current/exawind/clang-cpu-asan"]
- ["amr-wind%clang", "/data/ssd1/home/jrood/exawind/golds/current/amr-wind/clang-cpu"]
- ["nalu-wind%clang", "/data/ssd1/home/jrood/exawind/golds/current/nalu-wind/clang-cpu"]
- ["exawind%clang", "/data/ssd1/home/jrood/exawind/golds/current/exawind/clang-cpu"]
- ["amr-wind%gcc", "/data/ssd1/home/jrood/exawind/golds/current/amr-wind/gcc-cpu"]
- ["nalu-wind%gcc", "/data/ssd1/home/jrood/exawind/golds/current/nalu-wind/gcc-cpu"]
- ["exawind%gcc", "/data/ssd1/home/jrood/exawind/golds/current/exawind/gcc-cpu"]