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
8b7e999d
Commit
8b7e999d
authored
1 year ago
by
yaskovet
Browse files
Options
Downloads
Patches
Plain Diff
Remove gdbgui from .gitmodules (2)
parent
952b3858
No related branches found
No related tags found
No related merge requests found
Pipeline
#5984
failed
1 year ago
Stage: build
Stage: test
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile
+0
-1
0 additions, 1 deletion
Makefile
configure
+0
-1
0 additions, 1 deletion
configure
gdbgui
+0
-1
0 additions, 1 deletion
gdbgui
install
+0
-8
0 additions, 8 deletions
install
with
0 additions
and
11 deletions
Makefile
+
0
−
1
View file @
8b7e999d
...
...
@@ -6,7 +6,6 @@ clean:
install
:
$(
MAKE
)
-C
build
$@
script/install_parallel_debugger
pdata
:
$(
MAKE
)
-C
build
$@
...
...
This diff is collapsed.
Click to expand it.
configure
+
0
−
1
View file @
8b7e999d
...
...
@@ -641,7 +641,6 @@ clean:
install:
\$
(MAKE) -C build
\$
@
script/install_parallel_debugger
pdata:
\$
(MAKE) -C build
\$
@
...
...
This diff is collapsed.
Click to expand it.
gdbgui
@
b213761e
Subproject commit b213761e4cfeec08d1cf3c40041896eeb76282c9
This diff is collapsed.
Click to expand it.
install
+
0
−
8
View file @
8b7e999d
...
...
@@ -14,8 +14,6 @@ source script/conf_PETSC
source
script/update_openfpm
source
script/solve_python
source
script/solve_clangomp
source
script/install_gdbgui
### switch to the branch
#b_switch=`git rev-parse --abbrev-ref HEAD`
...
...
@@ -490,11 +488,6 @@ if [ $? -ne 0 ]; then
conf_err
=
1
fi
################ Parallel debugger #######################
echo
"Installing parallel debugger"
install_gdbgui
$i_dir
###########################################################
echo
"Command used to configure"
...
...
@@ -599,7 +592,6 @@ if [ x"$platform" == x"cygwin" ]; then
bash_path
=
"
$bash_path
:
$i_dir
/BOOST/bin:
$i_dir
/HDF5/bin"
fi
bash_path
=
"
$bash_path
:
$install_base
/gdbgui/bin:"
bash_path
=
"
$bash_path
:
\$
PATH
\"
"
bash_library
=
"
$bash_library
\"
"
...
...
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