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
fbd1a18b
Commit
fbd1a18b
authored
9 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Installing with latest modules
parent
28a96bdf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
openfpm_numerics
+1
-1
1 addition, 1 deletion
openfpm_numerics
script/install_Parmetis.sh
+3
-0
3 additions, 0 deletions
script/install_Parmetis.sh
script/remove_old
+14
-0
14 additions, 0 deletions
script/remove_old
with
18 additions
and
1 deletion
openfpm_numerics
@
4192ec42
Subproject commit
eabc19bf631717b35aaef25096cac8c270b0d310
Subproject commit
4192ec42c28ddfb106291ead7d9c471883da83d9
This diff is collapsed.
Click to expand it.
script/install_Parmetis.sh
+
3
−
0
View file @
fbd1a18b
...
...
@@ -19,3 +19,6 @@ fi
mkdir
$1
/PARMETIS
make
install
# Mark the installation
echo
1
>
$1
/PARMETIS/version
This diff is collapsed.
Click to expand it.
script/remove_old
+
14
−
0
View file @
fbd1a18b
...
...
@@ -100,7 +100,21 @@ function remove_old()
rm
-rf
$1
/METIS/include
rm
-rf
$1
/METIS/lib
rm
-rf
$1
/METIS
fi
fi
if
[
-d
$1
/PARMETIS
]
;
then
version
=
$(
cat
$1
/PARMETIS/version
)
if
[
x
"
$version
"
!=
x
"1"
]
;
then
echo
-e
"
\0
33[1;34;5m ----------------------------------------------------------------------
\0
33[0m"
echo
-e
"
\0
33[1;34;5m PARMETIS has been updated, the component will be updated automatically
\0
33[0m"
echo
-e
"
\0
33[1;34;5m ----------------------------------------------------------------------
\0
33[0m"
sleep
5
rm
-rf
$1
/PARMETIS/include
rm
-rf
$1
/PARMETIS/lib
rm
-rf
$1
/PARMETIS/bin
rm
-rf
$1
/PARMETIS
fi
fi
}
...
...
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