Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fomalhaut.config #437

Merged
8 changes: 4 additions & 4 deletions configs/fomalhaut.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# NTHU-fomalhaut (openmpi-gnu)
CUDA_PATH /usr/local/cuda-10.0
CUDA_PATH /cluster/software/cuda/10.1.105/gcc--8.3.0 # For CUDA 10
FFTW2_PATH /home/hyschive/software/fftw/2.1.5-openmpi-gnu
MPI_PATH /storage/app/gnu/openmpi-3.1.3-gcc8
HDF5_PATH /storage/app/gnu/hdf5-1.8.21-gcc8
HDF5_PATH /cluster/software/hdf5/1.10.5/gcc--8.3.0/serial

# compilers
CXX g++
Expand Down Expand Up @@ -35,5 +35,5 @@ NVCCFLAG_FLU -Xptxas -dlcm=ca -prec-div=false -ftz=true
NVCCFLAG_POT -Xptxas -dlcm=ca

#gpu
GPU_COMPUTE_CAPABILITY 860 # GeForce RTX 3080 and RTX A4000
#GPU_COMPUTE_CAPABILITY 750 # GeForce RTX 2080 Ti
# GPU_COMPUTE_CAPABILITY 860 # GeForce RTX 3080 and RTX A4000 (use CUDA 11)
GPU_COMPUTE_CAPABILITY 750 # GeForce RTX 2080 Ti (default with CUDA 10)