mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
change the symlink for flow
to flow_ebos
`flow_ebos` should be now capable of doing everything that `flow_legacy` can and recently all testing seems to have been centered on `flow_ebos`. note that `flow_ebos` does not yet support some more advanced/exotic features like MPI, solvents, polymer, etc., but neither does the plain `flow_legacy` binary. until `flow_ebos` supports these features, the specialized simulators thus continue to use the legacy code paths.
This commit is contained in:
parent
39f9d0e397
commit
d08d909c00
@ -133,5 +133,5 @@ endif()
|
|||||||
|
|
||||||
# create a symbolic link from flow to flow_legacy
|
# create a symbolic link from flow to flow_legacy
|
||||||
ADD_CUSTOM_TARGET(flow ALL
|
ADD_CUSTOM_TARGET(flow ALL
|
||||||
COMMAND ${CMAKE_COMMAND} -E create_symlink "flow_legacy" "${CMAKE_BINARY_DIR}/bin/flow")
|
COMMAND ${CMAKE_COMMAND} -E create_symlink "flow_ebos" "${CMAKE_BINARY_DIR}/bin/flow")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user