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

use gz

parent 33c0a5d5
Branches
No related tags found
No related merge requests found
Pipeline #99851 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.xz > multimpi.tar.xz
tar -xvf multimpi.tar.xz -C /usr/local
curl https://github.com/dschwoerer/multimpi/releases/download/v0.1/multimpi-0.1.tar.xz > multimpi.tar.gz
tar -xvf multimpi.tar.gz -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