-
Notifications
You must be signed in to change notification settings - Fork 11
/
README_build
37 lines (27 loc) · 2.44 KB
/
README_build
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
################################
# example build configuration
################################
##########################
# mdlslx03 (ubuntu 15.10)
##########################
module load cuda/7.5 hdf5/parallel-1.8.13-gnu48-static pnetcdf/1.4.1
module load papi/5.3.0_nocuda
# cpu only build
../configure --with-cuda=no --enable-timing --with-vtk-version=-6.0 --enable-double --with-cuda-fast-math=no --with-pnetcdf=/home/pkestene/local/pnetcdf-1.4.1 --with-hdf5=$HDF5_ROOT/bin/h5pcc --with-fftw3 --with-fftw3-mpi FFTW3_LIBDIR=/usr/lib/x86_64-linux-gnu --enable-mpi --with-papi=/home/pkestene/local/papi-5.3.0_nocuda
# gpu build
../configure --with-cuda=/usr/local/cuda-7.5 --enable-timing --with-vtk-version=-6.0 --enable-double --with-cuda-fast-math=no --with-pnetcdf=/home/pkestene/local/pnetcdf-1.4.1 --with-hdf5=$HDF5_BIN_DIR/h5pcc --with-fftw3 --with-fftw3-mpi FFTW3_LIBDIR=/usr/lib/x86_64-linux-gnu --enable-mpi --with-netcdf=no --disable-glutgui
##########################
# mdlslx79 (ubuntu 16.04)
##########################
# cpu (ubuntu 16.04)
../configure --with-cuda=no --enable-timing --with-vtk-version=-5.10 --enable-double --with-cuda-fast-math=no --with-pnetcdf=/home/pkestene/local/pnetcdf-1.7.0 --with-hdf5=no --with-fftw3 --with-fftw3-mpi FFTW3_LIBDIR=/usr/lib/x86_64-linux-gnu --enable-mpi --with-papi=/home/pkestene/local/papi-5.3.0_nocuda
# gpu (ubuntu 16.04)
../configure --with-cuda=/usr/local/cuda-8.0 --enable-timing --with-vtk-version=-5.10 --enable-double --with-cuda-fast-math=no --with-pnetcdf=/home/pkestene/local/pnetcdf-1.7.0 --with-hdf5=no --with-fftw3 --with-fftw3-mpi FFTW3_LIBDIR=/usr/lib/x86_64-linux-gnu --enable-mpi --with-netcdf=no --disable-qtgui --disable-glutgui
##########################
# sandrine (ubuntu 16.04)
##########################
module load cuda/7.5 hdf5/parallel_gnu48 pnetcdf/1.3.1_gnu48 papi/5.2.0
# cpu
../configure --with-cuda=no --with-boost=no --enable-timing --with-vtk-version=-6.0 --with-cuda-fast-math=no --with-pnetcdf=$PNETCDF_ROOT --with-hdf5=no --with-papi=$PAPI_ROOT --with-fftw3 --with-fftw3-mpi FFTW3_LIBDIR=/usr/lib/x86_64-linux-gnu --enable-mpi MPICXX=mpicxx --disable-qtgui --disable-glutgui
# gpu
../configure --with-cuda=$CUDA_ROOT --with-boost=no --enable-timing --with-vtk-version=-6.0 --with-cuda-fast-math=no --with-pnetcdf=$PNETCDF_ROOT --with-hdf5=no --with-papi=$PAPI_ROOT --with-fftw3 --with-fftw3-mpi FFTW3_LIBDIR=/usr/lib/x86_64-linux-gnu --enable-mpi MPICXX=mpicxx --disable-qtgui --disable-glutgui