Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openfpm_pdata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
argupta
openfpm_pdata
Commits
ecff121e
Commit
ecff121e
authored
6 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Latest modules
parent
a7a28c8e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
openfpm_data
+1
-1
1 addition, 1 deletion
openfpm_data
script/install_MPI.sh
+5
-5
5 additions, 5 deletions
script/install_MPI.sh
script/remove_old
+2
-2
2 additions, 2 deletions
script/remove_old
with
8 additions
and
8 deletions
openfpm_data
@
7b236b20
Subproject commit
20f2ba688e4d5ebd0769482e791f7cc652fa2fb1
Subproject commit
7b236b204edfe60d6a104da5a9e7e4f0aa1d6c90
This diff is collapsed.
Click to expand it.
script/install_MPI.sh
+
5
−
5
View file @
ecff121e
...
...
@@ -6,11 +6,11 @@ if [ -d "$1/MPI" ]; then
echo
"MPI already installed"
exit
0
fi
rm
-rf
openmpi-3.1.
1
rm
openmpi-3.1.
1
.tar.gz
rm
-rf
openmpi-3.1.
3
rm
openmpi-3.1.
3
.tar.gz
wget http://ppmcore.mpi-cbg.de/upload/openmpi-3.1.1.tar.gz
tar
-xvf
openmpi-3.1.
1
.tar.gz
cd
openmpi-3.1.
1
tar
-xvf
openmpi-3.1.
3
.tar.gz
cd
openmpi-3.1.
3
#
# --disable-mca-dso \
...
...
@@ -37,5 +37,5 @@ make -j $2
make
install
# Mark the installation
echo
3
>
$1
/MPI/version
echo
4
>
$1
/MPI/version
This diff is collapsed.
Click to expand it.
script/remove_old
+
2
−
2
View file @
ecff121e
...
...
@@ -169,9 +169,9 @@ function remove_old()
if
[
-d
$1
/MPI
]
;
then
version
=
$(
cat
$1
/MPI/version
)
if
[
x
"
$version
"
!=
x
"
3
"
]
;
then
if
[
x
"
$version
"
!=
x
"
4
"
]
;
then
echo
-e
"
\0
33[1;34;5m --------------------------------------------------------------------------------------
\0
33[0m"
echo
-e
"
\0
33[1;34;5m MPI has been updated to version 3.1.
1
, the component will be updated automatically
\0
33[0m"
echo
-e
"
\0
33[1;34;5m MPI has been updated to version 3.1.
3
, 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