Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_pdata
Commits
d28a908e
Commit
d28a908e
authored
Apr 16, 2018
by
incardon
Browse files
Bring again on gcc/4.9.3
parent
4f93d446
Changes
3
Hide whitespace changes
Inline
Side-by-side
build_sec_compilers.sh
View file @
d28a908e
...
...
@@ -27,7 +27,7 @@ if [ "$2" == "taurus" ]; then
source
/etc/profile
echo
"
$PATH
"
module load gcc/
7.1.0
module load gcc/
4.9.3
module load intel/2017.0.020
echo
"3"
>
input_install
...
...
script/install_EIGEN.sh
View file @
d28a908e
...
...
@@ -12,7 +12,7 @@ if [ ! -d "$1/OPENBLAS" ]; then
exit
1
fi
./script/install_SUITESPARSE.sh
$1
$2
CXX
=
"
$CXX
"
CC
=
"
$CC
"
FC
=
"
$FC
"
F77
=
"
$F77
"
./script/install_SUITESPARSE.sh
$1
$2
if
[
!
-d
"
$1
/SUITESPARSE"
]
;
then
exit
1
fi
...
...
script/show_solutions
View file @
d28a908e
...
...
@@ -30,9 +30,7 @@ function possible_solutions {
if
[
-a
input_install
]
;
then
eval
${
commands
[
$possible_solutions_ret
]
}
< input_install
else
if
[
x
"
${
commands
[
$possible_solutions_ret
]
}
"
!=
x
"continue"
-o
x
"
${
commands
[
$possible_solutions_ret
]
}
"
!=
x
"Accept"
]
;
then
eval
${
commands
[
$possible_solutions_ret
]
}
if
fi
possible_solutions_command
=
${
commands
[
$possible_solutions_ret
]
}
}
...
...
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