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.
2 parents b93d5a9 + fbaf1a7 commit c850f40Copy full SHA for c850f40
conf/travis-install-mpi.sh
@@ -45,11 +45,11 @@ case "$os" in
45
openmpi)
46
sudo apt-get install -y gfortran
47
wget --no-check-certificate https://www.open-mpi.org/software/ompi/v1.10/downloads/openmpi-1.10.2.tar.gz
48
- tar -zxvf openmpi-1.10.2.tar.gz
+ tar -zxf openmpi-1.10.2.tar.gz
49
cd openmpi-1.10.2
50
- sh ./configure --prefix=$HOME/OpenMPI
51
- make -j
52
- sudo make install
+ sh ./configure --prefix=$HOME/OpenMPI > /dev/null
+ make -j > /dev/null
+ sudo make install > /dev/null
53
;;
54
*)
55
echo "Unknown MPI implementation: $MPI_IMPL"
0 commit comments