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
98f60d28
Commit
98f60d28
authored
Jan 30, 2019
by
incardon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reverting to SuiteSparse 5.3 5.4 is more broken
parent
571826e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
build.sh
build.sh
+4
-0
script/install_SUITESPARSE.sh
script/install_SUITESPARSE.sh
+4
-4
No files found.
build.sh
View file @
98f60d28
...
@@ -83,6 +83,10 @@ if [ x"$comp_type" == x"se_class" ]; then
...
@@ -83,6 +83,10 @@ if [ x"$comp_type" == x"se_class" ]; then
foward_options
=
"--enable-se-class1"
foward_options
=
"--enable-se-class1"
fi
fi
if
[
x
"
$comp_type
"
==
x
"intel"
]
;
then
module load parallel_studio_xe/2019u1
fi
mkdir
$HOME
/openfpm_dependencies/openfpm_pdata/
$branch
mkdir
$HOME
/openfpm_dependencies/openfpm_pdata/
$branch
echo
"Installing with: ./install
$gpu_support
-i
$dependency_dir
$install_options
-s -c
\"
$installation_dir
$foward_options
\"
"
echo
"Installing with: ./install
$gpu_support
-i
$dependency_dir
$install_options
-s -c
\"
$installation_dir
$foward_options
\"
"
...
...
script/install_SUITESPARSE.sh
View file @
98f60d28
...
@@ -12,10 +12,10 @@ if [ -d "$1/SUITESPARSE" -a -f "$1/SUITESPARSE/include/umfpack.h" ]; then
...
@@ -12,10 +12,10 @@ if [ -d "$1/SUITESPARSE" -a -f "$1/SUITESPARSE/include/umfpack.h" ]; then
exit
0
exit
0
fi
fi
rm
SuiteSparse-5.
4
.0.tar.gz
rm
SuiteSparse-5.
3
.0.tar.gz
wget http://ppmcore.mpi-cbg.de/upload/SuiteSparse-5.
4
.0.tar.gz
wget http://ppmcore.mpi-cbg.de/upload/SuiteSparse-5.
3
.0.tar.gz
rm
-rf
SuiteSparse
rm
-rf
SuiteSparse
tar
-xf
SuiteSparse-5.
4
.0.tar.gz
tar
-xf
SuiteSparse-5.
3
.0.tar.gz
if
[
$?
!=
0
]
;
then
if
[
$?
!=
0
]
;
then
echo
"Failed to download SuiteSparse"
echo
"Failed to download SuiteSparse"
exit
1
exit
1
...
@@ -44,4 +44,4 @@ make install "CUDA=no" "INSTALL=$1/SUITESPARSE" "INSTALL_LIB=$1/SUITESPARSE/lib"
...
@@ -44,4 +44,4 @@ make install "CUDA=no" "INSTALL=$1/SUITESPARSE" "INSTALL_LIB=$1/SUITESPARSE/lib"
# Mark the installation
# Mark the installation
echo
1
>
$1
/SUITESPARSE/version
echo
1
>
$1
/SUITESPARSE/version
rm
-rf
SuiteSparse
rm
-rf
SuiteSparse
rm
SuiteSparse-5.
4
.0.tar.gz
rm
SuiteSparse-5.
3
.0.tar.gz
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