Skip to content
Snippets Groups Projects
Commit a5aacfa5 authored by Anna Wellmann's avatar Anna Wellmann
Browse files

Setup Mussel for ParCFD 2022 on Phoenix

parent 8c66dd19
No related branches found
No related tags found
1 merge request!104Add Communication Hiding to GPU version
......@@ -66,23 +66,23 @@
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Tesla 03
// Tesla 03
// std::string outPath("E:/temp/MusselOysterResults/");
// std::string gridPathParent = "E:/temp/GridMussel/";
// std::string stlPath("C:/Users/Master/Documents/MasterAnna/STL/");
// std::string simulationName("MusselOyster");
// Aragorn
std::string outPath("/workspaces/VirtualFluids_dev/output/MusselOysterResults/");
std::string gridPathParent = "/workspaces/VirtualFluids_dev/output/MusselOysterResults/grid/";
std::string stlPath("/workspaces/VirtualFluids_dev/STL/MusselOyster/");
std::string simulationName("MusselOyster");
// Aragorn
// std::string outPath("/workspaces/VirtualFluids_dev/output/MusselOysterResults/");
// std::string gridPathParent = "/workspaces/VirtualFluids_dev/output/MusselOysterResults/grid/";
// std::string stlPath("/workspaces/VirtualFluids_dev/stl/MusselOyster/");
// std::string simulationName("MusselOyster");
// Phoenix
// std::string outPath("/work/y0078217/Results/MusselOysterResults/");
// std::string gridPathParent = "/work/y0078217/Grids/GridMusselOyster/";
// std::string stlPath("/home/y0078217/STL/MusselOyster/");
// std::string simulationName("MusselOyster");
std::string outPath("/work/y0078217/Results/MusselOysterResults/");
std::string gridPathParent = "/work/y0078217/Grids/GridMusselOyster/";
std::string stlPath("/home/y0078217/STL/MusselOyster/");
std::string simulationName("MusselOyster");
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
......
......@@ -31,8 +31,8 @@ GridPath=/work/y0078217/Grids/GridMusselOyster/Mussel8GPU/
##################################################
#simulation parameter
##################################################
TimeEnd=10000 # 800000
TimeOut=10000 # 400000
TimeEnd=800000 # 800000
TimeOut=200000 # 400000
#TimeStartOut=0
##################################################
......
......@@ -45,8 +45,9 @@ IF (BUILD_VF_GPU)
#add_subdirectory(apps/gpu/LBM/TGV_3D)
#add_subdirectory(apps/gpu/LBM/TGV_3D_MultiGPU)
#add_subdirectory(apps/gpu/LBM/SphereScaling)
#add_subdirectory(apps/gpu/LBM/MusselOyster)
add_subdirectory(apps/gpu/LBM/DrivenCavityMultiGPU)
#add_subdirectory(apps/gpu/LBM/DrivenCavityMultiGPU)
add_subdirectory(apps/gpu/LBM/MusselOyster)
# add_subdirectory(apps/gpu/LBM/Poiseuille)
ELSE()
MESSAGE( STATUS "exclude Virtual Fluids GPU." )
ENDIF()
......
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