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_io
Commits
ffc427aa
Commit
ffc427aa
authored
Sep 23, 2021
by
incardon
Browse files
Fixing MPICH on OSX
parent
43d2d30b
Pipeline
#3602
failed with stages
in 4 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
install_MPI_mpich.sh
View file @
ffc427aa
...
@@ -28,10 +28,10 @@ cd mpich-3.4.2
...
@@ -28,10 +28,10 @@ cd mpich-3.4.2
if
[
x
"
$6
"
==
x
"1"
]
;
then
if
[
x
"
$6
"
==
x
"1"
]
;
then
echo
"Installing MPI with GPU support"
echo
"Installing MPI with GPU support"
./configure
--prefix
=
$1
/MPI
--enable-fortran
CC
=
$3
CXX
=
$4
F77
=
$5
FC
=
$5
./configure
--prefix
=
$1
/MPI
--enable-fortran
CC
=
$3
CXX
=
$4
F77
=
$5
FC
=
$5
FFLAGS
=
-fallow-argument-mismatch
else
else
echo
"Installing MPI without GPU support"
echo
"Installing MPI without GPU support"
./configure
--prefix
=
$1
/MPI
--enable-fortran
CC
=
$3
CXX
=
$4
F77
=
$5
FC
=
$5
./configure
--prefix
=
$1
/MPI
--enable-fortran
CC
=
$3
CXX
=
$4
F77
=
$5
FC
=
$5
FFLAGS
=
-fallow-argument-mismatch
fi
fi
make
-j
$2
make
-j
$2
make
install
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