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
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
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
f1a9c583
Commit
f1a9c583
authored
Jun 13, 2020
by
incardon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reinstalling Metis and parmetis with 32 bit
parent
b623cd97
Pipeline
#2008
failed with stages
in 7 minutes and 31 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
script/install_Metis.sh
script/install_Metis.sh
+2
-2
script/install_Parmetis.sh
script/install_Parmetis.sh
+1
-2
script/remove_old
script/remove_old
+2
-2
No files found.
script/install_Metis.sh
View file @
f1a9c583
...
...
@@ -13,7 +13,7 @@ fi
## Remove old download
rm
metis-5.1.0.tar.gz
rm
-rf
metis-5.1.0
wget http://
ppmcore.mpi-cbg.de/upload/metis-5.1.0
.tar.gz
wget http://
openfpm.mpi-cbg.de/upload/metis-5.1.0_32
.tar.gz
tar
-xf
metis-5.1.0.tar.gz
cd
metis-5.1.0
...
...
@@ -39,5 +39,5 @@ make -j $4
make
install
# Mark the installation
echo
1
>
$1
/METIS/version
echo
2
>
$1
/METIS/version
script/install_Parmetis.sh
View file @
f1a9c583
...
...
@@ -25,7 +25,6 @@ else
sed_command
=
sed
fi
$sed_command
-i
"/#define
\s
IDXTYPEWIDTH
\s
32/c
\#
define IDXTYPEWIDTH 64"
metis/include/metis.h
make config
prefix
=
$1
/PARMETIS
make
-j
$2
...
...
@@ -45,5 +44,5 @@ if [ x"$platform" == x"cygwin" ]; then
fi
# Mark the installation
echo
1
>
$1
/PARMETIS/version
echo
2
>
$1
/PARMETIS/version
script/remove_old
View file @
f1a9c583
...
...
@@ -92,7 +92,7 @@ function remove_old()
if
[
-d
$1
/METIS
]
;
then
version
=
$(
cat
$1
/METIS/version
)
if
[
x
"
$version
"
!=
x
"
1
"
]
;
then
if
[
x
"
$version
"
!=
x
"
2
"
]
;
then
echo
-e
"
\0
33[1;34;5m -------------------------------------------------------------------
\0
33[0m"
echo
-e
"
\0
33[1;34;5m METIS has been updated, the component will be updated automatically
\0
33[0m"
echo
-e
"
\0
33[1;34;5m -------------------------------------------------------------------
\0
33[0m"
...
...
@@ -105,7 +105,7 @@ function remove_old()
if
[
-d
$1
/PARMETIS
]
;
then
version
=
$(
cat
$1
/PARMETIS/version
)
if
[
x
"
$version
"
!=
x
"
1
"
]
;
then
if
[
x
"
$version
"
!=
x
"
2
"
]
;
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"
...
...
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