Skip to content

Commit

Permalink
Increased number of omp threads for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalatino committed May 28, 2024
1 parent 918ff32 commit 5dced20
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
export FV3_DACEMODE=BuildAndRun
export PACE_FLOAT_PRECISION=64
export PACE_TEST_N_THRESHOLD_SAMPLES=0
export OMP_NUM_THREADS=1
export OMP_NUM_THREADS=10
export PACE_LOGLEVEL=Debug
mpirun -mca orte_abort_on_non_zero_status 1 -np 6 --oversubscribe pytest \
-v -s --data_path=./test_data/8.1.3/c12_6ranks_standard/dycore \
Expand All @@ -87,11 +87,6 @@ jobs:
- name: Orchestrated dace:cpu FvTp2d
run: |
rm -rf .gt_cache_FV3_A
export FV3_DACEMODE=BuildAndRun
export PACE_FLOAT_PRECISION=64
export PACE_TEST_N_THRESHOLD_SAMPLES=0
export OMP_NUM_THREADS=1
export PACE_LOGLEVEL=Debug
pytest \
-v -s --data_path=./test_data/8.1.3/c12_6ranks_standard/dycore \
--backend=dace:cpu \
Expand All @@ -101,11 +96,6 @@ jobs:
- name: Orchestrated dace:cpu D_SW
run: |
rm -rf .gt_cache_FV3_A
export FV3_DACEMODE=BuildAndRun
export PACE_FLOAT_PRECISION=64
export PACE_TEST_N_THRESHOLD_SAMPLES=0
export OMP_NUM_THREADS=1
export PACE_LOGLEVEL=Debug
pytest \
-v -s --data_path=./test_data/8.1.3/c12_6ranks_standard/dycore \
--backend=dace:cpu \
Expand All @@ -115,11 +105,6 @@ jobs:
- name: Orchestrated dace:cpu Remapping
run: |
rm -rf .gt_cache_FV3_A
export FV3_DACEMODE=BuildAndRun
export PACE_FLOAT_PRECISION=64
export PACE_TEST_N_THRESHOLD_SAMPLES=0
export OMP_NUM_THREADS=1
export PACE_LOGLEVEL=Debug
pytest \
-v -s --data_path=./test_data/8.1.3/c12_6ranks_standard/dycore \
--backend=dace:cpu \
Expand Down

0 comments on commit 5dced20

Please sign in to comment.