Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_vcluster
Commits
b1bace58
Commit
b1bace58
authored
Aug 05, 2015
by
incardon
Browse files
Add install MPI script
parent
c2bf0d2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
install_MPI.sh
View file @
b1bace58
#!/bin/bash
mkdir
${
HOME
}
/MPI
wget http://www.open-mpi.de/software/ompi/v1.8/downloads/openmpi-1.8.
5
.tar.bz2
tar
-xvf
openmpi-1.8.
5
.tar.bz2
cd
openmpi-1.8.
5
wget http://www.open-mpi.de/software/ompi/v1.8/downloads/openmpi-1.8.
7
.tar.bz2
tar
-xvf
openmpi-1.8.
7
.tar.bz2
cd
openmpi-1.8.
7
sh ./configure
--prefix
=
${
HOME
}
/MPI
--enable-opal-multi-threads
--enable-mpi-f90
make
make
install
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment