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
6d02aea9
Commit
6d02aea9
authored
Oct 08, 2021
by
Abhinav Singh
Browse files
CI PETSC REMOVE
parent
db845258
Pipeline
#3683
passed with stages
in 81 minutes and 14 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
install
View file @
6d02aea9
...
...
@@ -11,7 +11,6 @@ source script/update_openfpm
source
script/solve_python
source
script/install_gdbgui
### switch to the branch
#b_switch=`git rev-parse --abbrev-ref HEAD`
#b_switch=
...
...
@@ -119,7 +118,8 @@ if [ $upgrade_openfpm -eq 1 ]; then
update_openfpm upgrade
exit
0
fi
rm
-rf
$i_dir
/PETSC
echo
"REMOVING PETSC"
remove_old
$i_dir
$configure_options
...
...
script/conf_PETSC
View file @
6d02aea9
...
...
@@ -2,7 +2,6 @@
function
conf_PETSC
()
{
rm
-rf
$i_dir
/PETSC
if
[
-d
"
$i_dir
/PETSC"
]
;
then
configure_options
=
"
$configure_options
--with-petsc=
$i_dir
/PETSC "
lin_alg_dir
=
"
$lin_alg_dir
-L
$i_dir
/PETSC/lib"
...
...
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