This repository has been archived by the owner on Oct 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
location of executable #2
Comments
I think we also discussed previously about removing the .exe, but that doesn't necessarily have to be part of this bug fix. |
This was resolved with #9 so I'm marking it closed. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After, say, "make ifort CORE=ocean" we put the executable called "ocean_model.exe" into "src." But a symbolic link to ocean_model.exe exists at the level of Makefile.
This can be confusing. On some systems, the link at the level of the Makefile looks just like an executable. But if you copy it and try to run it, it fails. A new user will mostly like miss the fact that executable is really in the src directory.
I propose that we produce one version of "core_model.exe" and put it at the level of the Makefile.
The text was updated successfully, but these errors were encountered: