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

Disable Agent_sim

parent bcc8fc1a
No related branches found
No related tags found
No related merge requests found
include ../../../example.mk
CC=mpic++
LDIR =
OBJ = main.o
%.o: %.cpp
$(CC) -O3 -g -c --std=c++11 -o $@ $< $(INCLUDE_PATH) -I/home/i-bird/HDF5/include
agsim: $(OBJ)
$(CC) -o $@ $^ $(CFLAGS) $(LIBS_PATH) $(LIBS)
all: agsim
.PHONY: clean all
clean:
rm -f *.o *~ core agsim
......@@ -12,7 +12,7 @@ OBJ = main.o
verlet: $(OBJ)
$(CC) -o $@ $^ $(CFLAGS) $(LIBS_PATH) $(LIBS)
all: vect
all: verlet
.PHONY: clean all
......
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