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
98f60d28
Commit
98f60d28
authored
6 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Reverting to SuiteSparse 5.3 5.4 is more broken
parent
571826e3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.sh
+4
-0
4 additions, 0 deletions
build.sh
script/install_SUITESPARSE.sh
+4
-4
4 additions, 4 deletions
script/install_SUITESPARSE.sh
with
8 additions
and
4 deletions
build.sh
+
4
−
0
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
\"
"
...
...
This diff is collapsed.
Click to expand it.
script/install_SUITESPARSE.sh
+
4
−
4
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
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