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

Do not require mpi to be runnable #2532

Merged
merged 1 commit into from
Apr 27, 2022
Merged

Do not require mpi to be runnable #2532

merged 1 commit into from
Apr 27, 2022

Conversation

dschwoerer
Copy link
Contributor

This fails on many login nodes of HPC systems.
Typically running mpi on the login nodes is disabled, or doesn't work as the ISA is different compared to the compute nodes.

Currently I get an error like this:

-- Performing Test MULTIPASS_TEST_4_petsc_works_all
-- Performing Test MULTIPASS_TEST_4_petsc_works_all - Failed
-- PETSc could not be used, maybe the install is broken.
CMake Error at /u/dave/.local/lib/python3.6/site-packages/cmake/data/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  PETSc could not be found.  Be sure to set PETSC_DIR and PETSC_ARCH.
  (missing: PETSC_EXECUTABLE_RUNS) (found version "3.16.4")
Call Stack (most recent call first):
  /u/dave/.local/lib/python3.6/site-packages/cmake/data/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
  cmake/FindPETSc.cmake:383 (find_package_handle_standard_args)
  cmake/SetupBOUTThirdParty.cmake:95 (find_package)
  CMakeLists.txt:413 (include)

This fails on many login nodes of HPC systems.
Typically running mpi on the login nodes is disabled, or doesn't work as the ISA is different compared to the compute nodes.
@ZedThree ZedThree merged commit 0c21e93 into next Apr 27, 2022
@ZedThree ZedThree deleted the cmake-petsc branch April 27, 2022 13:36
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

Successfully merging this pull request may close these issues.

None yet

2 participants