Skip to content

Commit

Permalink
Switch back to SCORPIO
Browse files Browse the repository at this point in the history
Build ESMF without PNetCDF and with internal ParallelIO
  • Loading branch information
xylar committed Jun 29, 2023
1 parent 6b4c826 commit b2ae644
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def build_spack_env(config, update_spack, machine, compiler, mpi, # noqa: C901
f'"parallel-netcdf@{pnetcdf}+cxx+fortran"'])

if esmf != 'None':
specs.append(f'"esmf@{esmf}+mpi+netcdf+pnetcdf+external-parallelio"')
specs.append(f'"esmf@{esmf}+mpi+netcdf~pnetcdf~external-parallelio"')
if lapack != 'None':
specs.append(f'"netlib-lapack@{lapack}"')
include_e3sm_lapack = False
Expand Down
6 changes: 3 additions & 3 deletions conda/default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ netcdf_c = 4.9.2
netcdf_fortran = 4.6.0
petsc = 3.19.1
pnetcdf = 1.12.3
# scorpio = 1.4.1
scorpio = None
parallelio = 2.5.10
scorpio = 1.4.1
# parallelio = 2.5.10
parallelio = None

0 comments on commit b2ae644

Please sign in to comment.