Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-sparse
Commits
a75377b8
Commit
a75377b8
authored
Feb 21, 2020
by
rusty1s
Browse files
echo
parent
5288d2b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
script/metis.sh
script/metis.sh
+3
-0
No files found.
script/metis.sh
View file @
a75377b8
...
@@ -10,7 +10,10 @@ wget -nv http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/${METIS}.tar.gz
...
@@ -10,7 +10,10 @@ wget -nv http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/${METIS}.tar.gz
tar
-xvzf
${
METIS
}
.tar.gz
tar
-xvzf
${
METIS
}
.tar.gz
cd
${
METIS
}
||
exit
cd
${
METIS
}
||
exit
sed
-i
.bak
-e
's/IDXTYPEWIDTH 32/IDXTYPEWIDTH 64/g'
include/metis.h
sed
-i
.bak
-e
's/IDXTYPEWIDTH 32/IDXTYPEWIDTH 64/g'
include/metis.h
echo
"CONFIG"
make config
make config
echo
"MAKE"
make
make
echo
"MAKE INSTALL"
sudo
make
install
sudo
make
install
cd
..
cd
..
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