Closed joneuhauser closed 1 year ago
Can you pls try with latest next.
That works fine (no wonder, the file doesn't exist anymore). I need to revert yesterday's change to nrsconfig
(/home/ws/rm1705/.local/bin/cmake --build ./build --target install -j8), otherwise it can't find <mpi.h>
on build, the configure steps passes without errors:
src/comm.h:65:10: fatal error: mpi.h: No such file or directory
There should be no need to modify nrsconfig
. Please read the RELEASE
notes before building the code. We changed a subtle detail (env-var CC/CXX/FC have to be correct).
Describe the bug
When building NekRS off current master, I get a compile error:
If I change
https://github.com/Nek5000/nekRS/blob/8ee9c381f86f5f70867d942616e585ee726a8ca1/src/elliptic/amgSolver/parAlmond/level.cpp#L84
to
compilation finishes without error.
To Reproduce
Clean clone of current master, mvapich2-2.3.7 with CUDA support, Cuda 11.8
Expected behavior
No build error.