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
77aa66e6
Commit
77aa66e6
authored
8 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Fixing example compiletion
parent
902c3a63
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
CHANGELOG.md
+1
-1
1 addition, 1 deletion
CHANGELOG.md
example/Numerics/PSE/1_Derivative_approx_1D_mp/Makefile
+1
-1
1 addition, 1 deletion
example/Numerics/PSE/1_Derivative_approx_1D_mp/Makefile
example/Vector/6_complex_usage/Makefile
+1
-1
1 addition, 1 deletion
example/Vector/6_complex_usage/Makefile
with
3 additions
and
3 deletions
CHANGELOG.md
+
1
−
1
View file @
77aa66e6
...
@@ -17,7 +17,7 @@ All notable changes to this project will be documented in this file.
...
@@ -17,7 +17,7 @@ All notable changes to this project will be documented in this file.
### Fixed
### Fixed
-
Option NO_POSITION was untested
-
Option NO_POSITION was untested
-
Regression: Examples code compilation was broken on OSX (Affect only 0.5.1)
-
Regression: Examples code compilation was broken on OSX (Affect only 0.5.1)
(Internal: Added OSX examples test
ing
in the release pipeline)
(Internal: Added OSX examples
compilarion/running
test in the release pipeline)
-
gray_scott example code (variable not initialized)
-
gray_scott example code (variable not initialized)
...
...
This diff is collapsed.
Click to expand it.
example/Numerics/PSE/1_Derivative_approx_1D_mp/Makefile
+
1
−
1
View file @
77aa66e6
...
@@ -18,7 +18,7 @@ OBJ_128 = main_float128.o
...
@@ -18,7 +18,7 @@ OBJ_128 = main_float128.o
#all: pse_1d_128
#all: pse_1d_128
run
:
#
all
run
:
#
all
source
$$
HOME/openfpm_vars
;
# ./pse_1d_128
#
source $$HOME/openfpm_vars;# ./pse_1d_128
#.PHONY: clean all run
#.PHONY: clean all run
...
...
This diff is collapsed.
Click to expand it.
example/Vector/6_complex_usage/Makefile
+
1
−
1
View file @
77aa66e6
...
@@ -14,7 +14,7 @@ all: complex_use
...
@@ -14,7 +14,7 @@ all: complex_use
complex_use
:
$(OBJ_DORD)
complex_use
:
$(OBJ_DORD)
$(
CC
)
-o
$@
$^
$(
CFLAGS
)
$(
LIBS_PATH
)
$(
LIBS
)
$(
CC
)
-o
$@
$^
$(
CFLAGS
)
$(
LIBS_PATH
)
$(
LIBS
)
run
:
all
_test
run
:
all
source
$$
HOME/openfpm_vars
;
mpirun
-np
3 ./complex_use
source
$$
HOME/openfpm_vars
;
mpirun
-np
3 ./complex_use
.PHONY
:
clean all run all_test on_test
.PHONY
:
clean all run all_test on_test
...
...
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