Skip to content
Snippets Groups Projects
Commit 0ce7cd57 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

add example.bashrc

parent 264b8414
No related branches found
No related tags found
No related merge requests found
#! /bin/bash
export MPICXX=<please insert appropriate executable here>
export CUSTOM_INSTALL_PATH=<please insert your prefered path here. I recommend the location of your python virtual environment>
export PATH=${CUSTOM_INSTALL_PATH}/bin:${PATH}
export FFTW_DIR=${CUSTOM_INSTALL_PATH}
export FFTW_BASE=${FFTW_DIR}
export FFTW_OPENMP_LIB="-L${FFTW_BASE}/lib -lfftw3_omp -lfftw3f_omp"
export FFTW_LIB="-L${FFTW_BASE}/lib -lfftw3_mpi -lfftw3 -lfftw3f_mpi -lfftw3f"
export HDF5_DIR=${CUSTOM_INSTALL_PATH}
export HDF5_BASE=${HDF5_DIR}
export HDF5_ROOT=${HDF5_DIR}
export CMAKE_PREFIX_PATH=${CUSTOM_INSTALL_PATH}/lib
#export TURTLE_OPTIMIZATION_FLAGS="-O3 -mtune=native -ffast-math -DNDEBUG"
export TURTLE_OPTIMIZATION_FLAGS="-DUSE_TIMINGOUTPUT"
#export TURTLE_COMPILATION_FLAGS="-O3 -mtune=native -ffast-math -DNDEBUG"
export TURTLE_COMPILATION_FLAGS="-DUSE_TIMINGOUTPUT"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment