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
No such error Makefile.gfortran.openMP:146: dep.mk: No such file or directory prompts during the compilation.
Current behavior
When make -f Makefile.gfortran.openMP is used to compile Cassandra, the error Makefile.gfortran.openMP:146: dep.mk: No such file or directory prompts at the start of the compilation process. The same error happens when compilation is carried out on another machine with make -f Makefile.intel.openMP. And it also happens with make -f Makefile.gfortran or make -f Makefile.intel.
The compilation seems to finish correctly with an executable .exe file generated without any problem to run the simulation. But it seems the Makefile should not give the error.
Steps to reproduce
Steps to reproduce the behavior:
make -f Makefile.gfortran.openMP or make -f Makefile.intel.openMP
The text was updated successfully, but these errors were encountered:
Did you ever figure out this error? I'm having the exact same problem.
@RazzyZac Hello, sorry I did not figure it out. But it seems the error does not have any bad effect on compiling the executable. Maybe it is not a big deal I guess.
Do you find any problem with compiling Cassandra because of this error?
@qqlovekerry Thanks for the reply, I was having trouble compiling it because of the error, however when I redownloaded the files off of github, and reinstalled my wsl, I was able to get rid of the error.
Expected behavior
No such error
Makefile.gfortran.openMP:146: dep.mk: No such file or directory
prompts during the compilation.Current behavior
When
make -f Makefile.gfortran.openMP
is used to compile Cassandra, the errorMakefile.gfortran.openMP:146: dep.mk: No such file or directory
prompts at the start of the compilation process. The same error happens when compilation is carried out on another machine withmake -f Makefile.intel.openMP
. And it also happens withmake -f Makefile.gfortran
ormake -f Makefile.intel
.The compilation seems to finish correctly with an executable .exe file generated without any problem to run the simulation. But it seems the Makefile should not give the error.
Steps to reproduce
Steps to reproduce the behavior:
make -f Makefile.gfortran.openMP
ormake -f Makefile.intel.openMP
The text was updated successfully, but these errors were encountered: