We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
./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
make distclean
./configure --prefix=$PWD --enable-sse2 --enable-threads --enable-openmp