Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
O
openfpm_pdata
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openfpm
openfpm_pdata
Commits
8adb0d0b
Commit
8adb0d0b
authored
Jan 13, 2021
by
i-bird
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reverting back to openmpi 4.0.4
parent
4bf7cd52
Pipeline
#2657
failed with stages
in 68 minutes and 28 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
script/download_MPI.sh
script/download_MPI.sh
+4
-4
script/install_MPI.sh
script/install_MPI.sh
+2
-2
script/remove_old
script/remove_old
+2
-2
No files found.
script/download_MPI.sh
View file @
8adb0d0b
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
# check if the directory $1/MPI exist
# check if the directory $1/MPI exist
rm
-rf
openmpi-4.
1.0
rm
-rf
openmpi-4.
0.4
rm
openmpi-4.
1.0
.tar.gz
rm
openmpi-4.
0.4
.tar.gz
wget http://ppmcore.mpi-cbg.de/upload/openmpi-4.
1.0
.tar.gz
wget http://ppmcore.mpi-cbg.de/upload/openmpi-4.
0.4
.tar.gz
tar
-xvf
openmpi-4.
1.0
.tar.gz
tar
-xvf
openmpi-4.
0.4
.tar.gz
script/install_MPI.sh
View file @
8adb0d0b
...
@@ -8,7 +8,7 @@ if [ -d "$1/MPI" ]; then
...
@@ -8,7 +8,7 @@ if [ -d "$1/MPI" ]; then
fi
fi
./script/download_MPI.sh
./script/download_MPI.sh
cd
openmpi-4.
1.0
cd
openmpi-4.
0.4
if
[
-f
../mpi_add_options
]
;
then
if
[
-f
../mpi_add_options
]
;
then
mpi_options
=
$(
cat
../mpi_add_options
)
mpi_options
=
$(
cat
../mpi_add_options
)
...
@@ -30,5 +30,5 @@ make -j $2
...
@@ -30,5 +30,5 @@ make -j $2
make
install
make
install
# Mark the installation
# Mark the installation
echo
7
>
$1
/MPI/version
echo
8
>
$1
/MPI/version
script/remove_old
View file @
8adb0d0b
...
@@ -169,9 +169,9 @@ function remove_old()
...
@@ -169,9 +169,9 @@ function remove_old()
if
[
-d
$1
/MPI
]
;
then
if
[
-d
$1
/MPI
]
;
then
version
=
$(
cat
$1
/MPI/version
)
version
=
$(
cat
$1
/MPI/version
)
if
[
x
"
$version
"
!=
x
"
7
"
]
;
then
if
[
x
"
$version
"
!=
x
"
8
"
]
;
then
echo
-e
"
\0
33[1;34;5m --------------------------------------------------------------------------------------
\0
33[0m"
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.
0.4
, the component will be updated automatically
\0
33[0m"
echo
-e
"
\0
33[1;34;5m --------------------------------------------------------------------------------------
\0
33[0m"
echo
-e
"
\0
33[1;34;5m --------------------------------------------------------------------------------------
\0
33[0m"
sleep
5
sleep
5
rm
-rf
$1
/MPI/include
rm
-rf
$1
/MPI/include
...
...
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