-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
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.openMPormake -f Makefile.intel.openMP
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels