Skip to content

Install on Reynolds@CFD

Thomas Engels edited this page Aug 2, 2016 · 1 revision

On Reynolds@CFD I did the following to install UP2D:

module list
devel/intel

FC=mpifort

#HDF: ./configure --prefix=$PWD --enable-fortran
export LD_LIBRARY_PATH=$LDF_LIBRARY_PATH:$HDF_ROOT/lib
make -j4
make
make install

#FFTW: make distclean
./configure --prefix=$PWD --enable-sse2 --enable-threads --enable-openmp
make -j4
make
make install

Clone this wiki locally