Skip to content
Snippets Groups Projects
Commit de2f3854 authored by David's avatar David
Browse files

follow links

parent 3d2da71d
Branches
No related tags found
No related merge requests found
Pipeline #99853 failed
set -ex
yum -y install fftw-devel netcdf-cxx-devel
curl https://github.com/dschwoerer/multimpi/releases/download/v0.1/multimpi-0.1.tar.gz > multimpi.tar.gz
tar -xvf multimpi.tar.gz -C /usr/local
curl -L https://github.com/dschwoerer/multimpi/releases/download/v0.1/multimpi-0.1.tar.xz > multimpi.tar.xz
tar -xvf multimpi.tar.xz -C /usr/local
MPIPATH=/usr/local/multimpi
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MPIPATH/lib/
./configure --enable-shared CC=$MPIPATH/bin/mpicc CXX=$MPIPATH/bin/mpic++
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment