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 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
Expected behavior
No such error
Makefile.gfortran.openMP:146: dep.mk: No such file or directoryprompts during the compilation.Current behavior
When
make -f Makefile.gfortran.openMPis used to compile Cassandra, the errorMakefile.gfortran.openMP:146: dep.mk: No such file or directoryprompts 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.gfortranormake -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.openMPormake -f Makefile.intel.openMP