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
9593730f
Commit
9593730f
authored
7 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Fixing install python to install PETSC
parent
7d716091
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install
+2
-1
2 additions, 1 deletion
install
with
2 additions
and
1 deletion
install
+
2
−
1
View file @
9593730f
...
...
@@ -8,6 +8,7 @@ source script/remove_old
source
script/set_mpi
source
script/conf_PETSC
source
script/update_openfpm
source
script/solve_python
### switch to the branch
...
...
@@ -221,7 +222,7 @@ if [ ! -d "$i_dir/PETSC" -o ! -d "$i_dir/EIGEN" ]; then
if
[
$?
-ne
0
]
;
then
### We have to install python
echo
"OpenFPM require python but it's not installed, searching a solution... "
./script/
solve_python
$platform
solve_python
$platform
command
-v
python
if
[
$?
-ne
0
]
;
then
echo
-e
"python
\0
33[91;5;1m FAILED
\0
33[0m"
...
...
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