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

Adding files

parent 2efc522c
No related merge requests found
Pipeline #4017 failed
...@@ -48,8 +48,6 @@ int main(int argc, char *argv[]) ...@@ -48,8 +48,6 @@ int main(int argc, char *argv[])
timer t; timer t;
t.start(); t.start();
// auto v_out = out.toKernel();
// auto v_in = in.toKernel();
CUDA_LAUNCH(translate_fill_prop,ite,out.toKernel(),in.toKernel()); CUDA_LAUNCH(translate_fill_prop,ite,out.toKernel(),in.toKernel());
......
...@@ -53,7 +53,7 @@ miniBUDE: $(OBJ) ...@@ -53,7 +53,7 @@ miniBUDE: $(OBJ)
all: miniBUDE all: miniBUDE
run: miniBUDE run: miniBUDE
mpirun --oversubscribe -np 2 ./miniBUDE mpirun --oversubscribe -np 1 ./miniBUDE
.PHONY: clean all run .PHONY: clean all run
......
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