-
Notifications
You must be signed in to change notification settings - Fork 15
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
cannot open source file "filesystem" and "experimental/filesystem" #103
Comments
Not sure why this fails. Following https://github.com/vector-of-bool/CMakeCM/blob/master/modules/FindFilesystem.cmake maybe adding a |
Seems that there is no stdc++fs library:
Something to request from the software admins? Also tried icp and icpx, but that doesn't change anything. |
Probably something to ask from the admins? You could try looking for that library in the directory where you find your intel compiler.
Some ancient documentation suggests that library used to be called just
|
Turned out that stdc++fs is only available in a separate module (gcc on top of intel, which seems counter-intuitive). So the issue is solved. |
Great. I'm happy to hear this is resolved. |
CMake fails with
CMake Error at external/parthenon/cmake/FindFilesystem.cmake:254 (message):
Cannot Compile simple program using std::filesystem
using Intel compilers/mpi 2021.2 with the config file
Complete output in build directory is attached.
build-mpi.tar.gz
The text was updated successfully, but these errors were encountered: