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
ddf08fcd
Commit
ddf08fcd
authored
9 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Fixing install script
parent
63c00279
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
openfpm_data
+1
-1
1 addition, 1 deletion
openfpm_data
openfpm_io
+1
-1
1 addition, 1 deletion
openfpm_io
script/remove_old
+1
-1
1 addition, 1 deletion
script/remove_old
with
3 additions
and
3 deletions
openfpm_data
@
4dd1c489
Subproject commit
b
dd
22b64c819f28fb4072f41bcf353a7b856d521
Subproject commit
4
dd
1c48908ee11689363c790e98515cdf33cc13d
This diff is collapsed.
Click to expand it.
openfpm_io
@
2eb9ae6c
Subproject commit
cf974ef2fe73ae7831d108fa32ff5d86e54022cf
Subproject commit
2eb9ae6c4a8a89f12a7e516a93ede2d1c559a482
This diff is collapsed.
Click to expand it.
script/remove_old
+
1
−
1
View file @
ddf08fcd
...
...
@@ -5,7 +5,7 @@ function remove_old()
## Get the previos openFPM installation
previous_inst
=
$(
cat
$PWD
/install_dir
)
if
[
x
"
$previous_inst
"
!=
x
""
]
;
then
if
[
x
"
$previous_inst
"
!=
x
""
]
;
then
echo
"Found previous installation"
if
[
-d
"
$previous_inst
/openfpm_pdata"
]
;
then
echo
"Removing the folder:
$previous_inst
/openfpm_pdata"
...
...
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