From d08d909c00b376e9fcb3c14e2b09c1f3ff9bb2f2 Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Mon, 13 Mar 2017 16:23:38 +0100 Subject: [PATCH] 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. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e597fbc3e..6c907b09a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -133,5 +133,5 @@ endif() # create a symbolic link from flow to flow_legacy 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")