Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/translate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ jobs:
run: |
cd ${GITHUB_WORKSPACE}/pyFV3
export FV3_DACEMODE=BuildAndRun
export PACE_FLOAT_PRECISION=64
export NDSL_LITERAL_PRECISION=64
export OMP_NUM_THREADS=1
export PACE_LOGLEVEL=Debug
export NDSL_LOGLEVEL=Debug
mpiexec -np 6 coverage run --rcfile=pyproject.toml -m mpi4py -m pytest \
-v -s --data_path=${{ env.DATA_PATH }} \
--backend=dace:cpu \
Expand Down
2 changes: 1 addition & 1 deletion pyfv3/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from ndsl.constants import CONST_VERSION, ConstantVersions


# By selecting the GEOS constant using (PACE_CONSTANT env var)
# By selecting the GEOS constant using (NDSL_CONSTANTS env var)
# we select the GEOS flavor of numerics
IS_GEOS = ConstantVersions.GEOS == CONST_VERSION
Loading