Skip to content

Commit

Permalink
Internal PIO setting only for MPI
Browse files Browse the repository at this point in the history
  • Loading branch information
zmoon committed May 29, 2024
1 parent 1fc8f9e commit 57f5b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
export ESMF_COMPILER=gfortran
export ESMF_LAPACK=netlib
export ESMF_COMM=${comm}
export ESMF_PIO=internal
export ESMF_NETCDF=nc-config
if [ "${comm}" == "mpiuni" ]; then
export ESMF_F90COMPILER=gfortran-${gcc}
export ESMF_CCOMPILER=gcc-${gcc}
export ESMF_CXXCOMPILER=g++-${gcc}
elif [ "${comm}" == "mpi" ]; then
export ESMF_PIO=internal
export OMPI_FC=gfortran-${gcc}
export OMPI_CC=gcc-${gcc}
export OMPI_CXX=g++-${gcc}
Expand Down

0 comments on commit 57f5b8a

Please sign in to comment.