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

Setup for Eldarion

parent 6b947f1c
No related branches found
No related tags found
1 merge request!164Add tests to exchangeIndicesForCommAfterFtoC and do some refactoring
#################################################################################
# VirtualFluids MACHINE FILE
# Responsible: Anna Wellmann
# OS: Ubuntu 22.04
#################################################################################
set(CMAKE_CUDA_COMPILER /usr/local/cuda/bin/nvcc)
SET(CMAKE_CUDA_ARCHITECTURES 61) # GeForce 1080 Ti
set(PATH_NUMERICAL_TESTS "~/output/numericalTests/")
list(APPEND VF_COMPILER_DEFINITION "PATH_NUMERICAL_TESTS=${PATH_NUMERICAL_TESTS}")
set(GPU_APP "apps/gpu/LBM/")
list(APPEND USER_APPS
# "${GPU_APP}DrivenCavityMultiGPU"
# "${GPU_APP}SphereScaling"
# "${GPU_APP}MusselOyster"
)
\ No newline at end of file
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