diff --git a/.github/workflows/translate.yml b/.github/workflows/translate.yml index f82cc41..918d0a0 100644 --- a/.github/workflows/translate.yml +++ b/.github/workflows/translate.yml @@ -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 \ @@ -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 \ @@ -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 \ @@ -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 \