Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
openfpm_io
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sbalzarini Lab
Software
Parallel Computing
OpenFPM
openfpm_io
Commits
ffc427aa
Commit
ffc427aa
authored
3 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Fixing MPICH on OSX
parent
43d2d30b
No related branches found
No related tags found
No related merge requests found
Pipeline
#3602
failed
3 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install_MPI_mpich.sh
+2
-2
2 additions, 2 deletions
install_MPI_mpich.sh
with
2 additions
and
2 deletions
install_MPI_mpich.sh
+
2
−
2
View file @
ffc427aa
...
...
@@ -28,10 +28,10 @@ cd mpich-3.4.2
if
[
x
"
$6
"
==
x
"1"
]
;
then
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
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
make
-j
$2
make
install
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment