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

Check presence of CC/CXX/FC compilers #32

Merged
merged 2 commits into from
Aug 30, 2022

Conversation

adrien-cotte
Copy link
Contributor

Since MPI requirement was removed, there is no mechanism to check the presence of compilers.

$ cmake -DWI4MPI_COMPILER=intel ..
[...]
-- Configuring done
-- Generating done
$ make
[...]
make: *** [all] Error 2
$ icc
icc: command not found

After this patch, configuration releases an error :

$ cmake -DWI4MPI_COMPILER=intel ..
[...]
CMake Error at CMakeLists.txt:116 (message):
  C compiler not found in PATH!

      Current value of CC is: 


-- Configuring incomplete, errors occurred!
[...]

@adrien-cotte
Copy link
Contributor Author

Fix #31 too.

@marcjoos-cea marcjoos-cea merged commit fff967d into cea-hpc:master Aug 30, 2022
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.

2 participants