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_pdata
Commits
6d5a0c68
Commit
6d5a0c68
authored
Jun 13, 2020
by
incardon
Browse files
Cheking MPI installation on CentOS
parent
0d601a19
Pipeline
#2012
failed with stages
in 7 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
install
View file @
6d5a0c68
...
...
@@ -113,6 +113,8 @@ fi
remove_old
$i_dir
$configure_options
exit
1
## Check and try to install the prerequisites
pre_req
...
...
@@ -215,7 +217,6 @@ echo -e "Installing requirements into: $i_dir "
if
[
!
-d
"
$i_dir
/PETSC"
-o
!
-f
"
$i_dir
/PETSC/include/petsc.h"
-o
!
-d
"
$i_dir
/EIGEN"
]
;
then
echo
-e
"
\0
33[1;34m Optional packages
\0
33[0m"
echo
-e
"
\0
33[1mDo you want to install linear algebra packages ?(y/n)
\0
33[0m"
echo
"Installation can take long time (90 minutes on i7-3612QM 4 cores)"
if
[
$sq
-eq
0
]
;
then
read
inst_lin_alg
else
...
...
script/remove_old
View file @
6d5a0c68
...
...
@@ -176,6 +176,7 @@ function remove_old()
echo
-e
"
\0
33[1;34;5m MPI has been updated to version 4.0.2, the component will be updated automatically
\0
33[0m"
echo
-e
"
\0
33[1;34;5m --------------------------------------------------------------------------------------
\0
33[0m"
sleep
5
exit
1
rm
-rf
$1
/MPI/include
rm
-rf
$1
/MPI/lib
rm
-rf
$1
/MPI/bin
...
...
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