From 77aa66e6601347d32af3d7534246b0480d3e10d3 Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Mon, 31 Oct 2016 17:52:06 +0100 Subject: [PATCH] Fixing example compiletion --- CHANGELOG.md | 2 +- example/Numerics/PSE/1_Derivative_approx_1D_mp/Makefile | 2 +- example/Vector/6_complex_usage/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bd8825e0..738d45052 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ All notable changes to this project will be documented in this file. ### Fixed - Option NO_POSITION was untested - 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) diff --git a/example/Numerics/PSE/1_Derivative_approx_1D_mp/Makefile b/example/Numerics/PSE/1_Derivative_approx_1D_mp/Makefile index a818248ab..a89794a53 100644 --- a/example/Numerics/PSE/1_Derivative_approx_1D_mp/Makefile +++ b/example/Numerics/PSE/1_Derivative_approx_1D_mp/Makefile @@ -18,7 +18,7 @@ OBJ_128 = main_float128.o #all: pse_1d_128 run: #all - source $$HOME/openfpm_vars;# ./pse_1d_128 +# source $$HOME/openfpm_vars;# ./pse_1d_128 #.PHONY: clean all run diff --git a/example/Vector/6_complex_usage/Makefile b/example/Vector/6_complex_usage/Makefile index 786151407..cbd0c9e99 100644 --- a/example/Vector/6_complex_usage/Makefile +++ b/example/Vector/6_complex_usage/Makefile @@ -14,7 +14,7 @@ all: complex_use complex_use: $(OBJ_DORD) $(CC) -o $@ $^ $(CFLAGS) $(LIBS_PATH) $(LIBS) -run: all_test +run: all source $$HOME/openfpm_vars; mpirun -np 3 ./complex_use .PHONY: clean all run all_test on_test -- GitLab