Skip to content
Snippets Groups Projects
Commit d4dffb0c authored by Martin Schönherr's avatar Martin Schönherr
Browse files

moves machinefiles to base folder

parent 76dae23c
No related branches found
No related tags found
No related merge requests found
...@@ -2,4 +2,4 @@ unset(BUILD_computerName) ...@@ -2,4 +2,4 @@ unset(BUILD_computerName)
site_name(BUILD_computerName) site_name(BUILD_computerName)
MESSAGE(STATUS "computer name: " ${BUILD_computerName}) MESSAGE(STATUS "computer name: " ${BUILD_computerName})
include(${CMAKE_CURRENT_LIST_DIR}/MachineFiles/${BUILD_computerName}) include(${CMAKE_SOURCE_DIR}/MachineFiles/${BUILD_computerName})
\ No newline at end of file \ No newline at end of file
File moved
File moved
File moved
File moved
File moved
...@@ -94,7 +94,8 @@ const real dt = 0.5e-3; ...@@ -94,7 +94,8 @@ const real dt = 0.5e-3;
const uint nx = 64; const uint nx = 64;
std::string path("F:/Work/Computations/out/DrivenCavity/"); //std::string path("F:/Work/Computations/out/DrivenCavity/"); //LEGOLAS
std::string path("E:/DrivenCavity/results/"); //TESLA03
std::string simulationName("DrivenCavity"); std::string simulationName("DrivenCavity");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment