Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linker error with ESMF 8.0.0 #3

Closed
LiamBindle opened this issue Oct 18, 2019 · 3 comments
Closed

Linker error with ESMF 8.0.0 #3

LiamBindle opened this issue Oct 18, 2019 · 3 comments
Assignees
Labels
category: Bug Something isn't working topic: Build Related to makefiles or the build sequence

Comments

@LiamBindle
Copy link
Contributor

LiamBindle commented Oct 18, 2019

The ESMF interface target needs to link:

  • Parallel NetCDF (libpnetcdfc.a)
  • XercesC (libxerces-c-3.2.a)
  • BLAS
@LiamBindle LiamBindle added category: Bug Something isn't working topic: Build Related to makefiles or the build sequence labels Oct 18, 2019
@LiamBindle LiamBindle self-assigned this Oct 18, 2019
@LiamBindle
Copy link
Contributor Author

LiamBindle commented Oct 18, 2019

We can find XercesC wit FindXercesC.cmake. Then, ${XercesC_LIBRARY} should be included in ESMF_LIBRARIES (after mpi).

Also, xerces-c can be loaded with spack load xerces-c

@LiamBindle
Copy link
Contributor Author

We can find BLAS with FindBLAS.cmake. The, ${BLAS_LIBRARIES} should be included in ESMF_LIBRARIES (after mpi).

@LiamBindle
Copy link
Contributor Author

This is not an issue if you build ESMF with the following spec:

spack install --no-checksum [email protected] target=x86_64 -lapack -pio -pnetcdf -xerces

yantosca added a commit that referenced this issue Oct 15, 2024
This commit informs the GCHP superproject about the following
commits that were pushed to the geos-chem-shared-docs repository:

65b2a35 Merge "docs/update_guides_for_gchp" into "main"
7f0cfbb Merge PR #3 (Add doc/tutorial for GEOS-Chem input data on AWS)

These are documentation updates for the 14.5.0 release.

Signed-off-by: Bob Yantosca <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: Bug Something isn't working topic: Build Related to makefiles or the build sequence
Projects
None yet
Development

No branches or pull requests

1 participant