Skip to content
Snippets Groups Projects
Commit 98f60d28 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Reverting to SuiteSparse 5.3 5.4 is more broken

parent 571826e3
No related branches found
No related tags found
No related merge requests found
...@@ -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 \" "
......
...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment