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

Adding files

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