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

homme tool error #6673

Open
gourikadam opened this issue Oct 9, 2024 · 1 comment
Open

homme tool error #6673

gourikadam opened this issue Oct 9, 2024 · 1 comment

Comments

@gourikadam
Copy link

Hi,

Configuring homme tool on unsupported platform using " cmake -C /scratch/um_cdac2/met_models/CDACP_Int/E3SM/components/homme/cmake/machineFiles/param-shivay-homme.cmake -DBUILD_HOMME_WITHOUT_PIOLIBRARY=True -BUILD_HOMME_PREQX_KOKKOS=Off -DPREQX_NP=4 -DHOMME_PROJID=XXXX0000 /scratch/um_cdac2/met_models/CDACP_Int/E3SM/components/homme/ make homme_tool"

it gives below error

"CMake Error at CMakeLists.txt:463 (include):
include could not find requested file:

EkatFindKokkos

CMake Error at CMakeLists.txt:467 (include):
include could not find requested file:

EkatBuildKokkos"

and error "-- Configuring incomplete, errors occurred!"

@mt5555
Copy link
Contributor

mt5555 commented Oct 9, 2024

You might be missing various submodules (like ekat) in your E3SM checkout.
try: git submodule update --recursive --init

I noticed you have I/O disabled ( -DBUILD_HOMME_WITHOUT_PIOLIBRARY=True). Assuming this is just to get past netcdf errors for now? that will also have to be addressed before any of the utilities are useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants