Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
openfpm_pdata
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_pdata
Commits
f4afe58b
Commit
f4afe58b
authored
3 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Upgrading to MPI 4.1.1 for OSX
parent
003375cb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#2974
failed
3 years ago
Stage: build
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
script/download_MPI.sh
+4
-4
4 additions, 4 deletions
script/download_MPI.sh
script/install_MPI.sh
+2
-2
2 additions, 2 deletions
script/install_MPI.sh
script/remove_old
+2
-2
2 additions, 2 deletions
script/remove_old
with
8 additions
and
8 deletions
script/download_MPI.sh
+
4
−
4
View file @
f4afe58b
...
...
@@ -2,8 +2,8 @@
# check if the directory $1/MPI exist
rm
-rf
openmpi-4.1.
0
rm
openmpi-4.1.
0
.tar.gz
wget http://ppmcore.mpi-cbg.de/upload/openmpi-4.1.
0
.tar.gz
tar
-xvf
openmpi-4.1.
0
.tar.gz
rm
-rf
openmpi-4.1.
1
rm
openmpi-4.1.
1
.tar.gz
wget http://ppmcore.mpi-cbg.de/upload/openmpi-4.1.
1
.tar.gz
tar
-xvf
openmpi-4.1.
1
.tar.gz
This diff is collapsed.
Click to expand it.
script/install_MPI.sh
+
2
−
2
View file @
f4afe58b
...
...
@@ -8,7 +8,7 @@ if [ -d "$1/MPI" ]; then
fi
./script/download_MPI.sh
cd
openmpi-4.1.
0
cd
openmpi-4.1.
1
if
[
-f
../mpi_add_options
]
;
then
mpi_options
=
$(
cat
../mpi_add_options
)
...
...
@@ -30,5 +30,5 @@ make -j $2
make
install
# Mark the installation
echo
9
>
$1
/MPI/version
echo
10
>
$1
/MPI/version
This diff is collapsed.
Click to expand it.
script/remove_old
+
2
−
2
View file @
f4afe58b
...
...
@@ -169,9 +169,9 @@ function remove_old()
if
[
-d
$1
/MPI
]
;
then
version
=
$(
cat
$1
/MPI/version
)
if
[
x
"
$version
"
!=
x
"
9
"
]
;
then
if
[
x
"
$version
"
!=
x
"
10
"
]
;
then
echo
-e
"
\0
33[1;34;5m --------------------------------------------------------------------------------------
\0
33[0m"
echo
-e
"
\0
33[1;34;5m MPI has been updated to version 4.1.
0
, the component will be updated automatically
\0
33[0m"
echo
-e
"
\0
33[1;34;5m MPI has been updated to version 4.1.
1
, the component will be updated automatically
\0
33[0m"
echo
-e
"
\0
33[1;34;5m --------------------------------------------------------------------------------------
\0
33[0m"
sleep
5
rm
-rf
$1
/MPI/include
...
...
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