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

Adding missing file

parent 7e829dee
No related branches found
No related tags found
No related merge requests found
include ../../example.mk
CC=mpic++
LDIR =
OBJ_DORD = main_data_ord.o
OBJ_CORD = main_comp_ord.o
all: md_data_ord md_comp_ord
%.o: %.cpp
$(CC) -O3 -g -c --std=c++11 -o $@ $< $(INCLUDE_PATH)
md_data_ord: $(OBJ_DORD)
$(CC) -o $@ $^ $(CFLAGS) $(LIBS_PATH) $(LIBS)
md_comp_ord: $(OBJ_CORD)
$(CC) -o $@ $^ $(CFLAGS) $(LIBS_PATH) $(LIBS)
.PHONY: clean all
clean:
rm -f *.o *~ core md_data_ord md_comp_ord
openfpm_numerics @ da57feb9
Subproject commit 0989737c901cb95901e9e4a62afe607f82ef43eb
Subproject commit da57feb95607e52cc1da33e0b9795d7ff4f3541b
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