You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
install Prerequisites by script in ubuntu error: cmake /3.11.1 and gcc/4.9.2 module not found and then CMake Error:The source directory does not appear to contain CMakeLists.txt. #3
hello,when I install the Prerequisites by script,there occurs:
[1] Get depedencies and external libraries.
./DG_setup: 10: ./DG_setup: module: not found(module load cmake /3.11.1)
./DG_setup: 11: ./DG_setup: module: not found(module load gcc/4.9.2)
mCmake found.
G++ found.
Gfortran found.
Lapack/Blas found.
Gmsh found.
Eigen found.
[2] Build sources.
CMake Error: The source directory "/home/chenzecai" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
make: *** No targets specified and no makefile found. Stop.
[end] Error!
what should I do?thanks a lot~