File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
language : julia
2
+ sudo : required
3
+ dist : trusty
2
4
os :
3
5
- linux
4
6
- osx
Original file line number Diff line number Diff line change @@ -31,19 +31,19 @@ case "$os" in
31
31
sudo apt-get update -q
32
32
case " $MPI_IMPL " in
33
33
mpich1)
34
- sudo apt-get install -q gfortran mpich-shmem-bin libmpich-shmem1.0-dev
34
+ sudo apt-get install -y gfortran mpich-shmem-bin libmpich-shmem1.0-dev
35
35
;;
36
36
mpich2)
37
- sudo apt-get install -q gfortran mpich2 libmpich2-3 libmpich2-dev
37
+ sudo apt-get install -y gfortran mpich2 libmpich2-3 libmpich2-dev
38
38
;;
39
39
mpich|mpich3)
40
- sudo apt-get install -q gfortran libcr0 default-jdk
41
- wget -q http://www.cebacad.net/files/mpich/ubuntu/ mpich-3.1 /mpich_3.1-1ubuntu_amd64 .deb
42
- sudo dpkg -i ./mpich_3.1-1ubuntu_amd64 .deb
40
+ sudo apt-get install -y gfortran libcr0 default-jdk hwloc libmpich10 libmpich-dev
41
+ wget -q http://de.archive.ubuntu.com/ubuntu/pool/universe/m/ mpich/mpich_3.0.4-6ubuntu1_amd64 .deb
42
+ sudo dpkg -i ./mpich_3.0.4-6ubuntu1_amd64 .deb
43
43
# rm -f ./mpich_3.1-1ubuntu_amd64.deb
44
44
;;
45
45
openmpi)
46
- sudo apt-get install -q gfortran openmpi-bin openmpi-common libopenmpi-dev
46
+ sudo apt-get install -y gfortran openmpi-bin openmpi-common libopenmpi-dev
47
47
;;
48
48
* )
49
49
echo " Unknown MPI implementation: $MPI_IMPL "
You can’t perform that action at this time.
0 commit comments