Skip to content
Snippets Groups Projects
Commit 77aa66e6 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing example compiletion

parent 902c3a63
No related branches found
No related tags found
No related merge requests found
...@@ -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 testing 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)
......
...@@ -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
......
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment