Skip to content
Snippets Groups Projects
Commit 36988832 authored by Camille Coti's avatar Camille Coti
Browse files

Compile the sequential version

parent 33ebb250
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,9 @@ all: tensormatrix_mpi
tensormatrix_mpi: $(MPIOBJ)
$(MPILD) -o $@ $^ $(LDOPT)
tensormatrix: tensormatrix.o
$(LD) -o $@ $^ $(LDOPT)
%.o: %.cpp
$(MPICXX) $(CFLAGS) -o $@ -c $<
......
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