# an example for computing differential equations with Reduze 2
# (illustrates a user-defined choice of basis integrals for each sector)

REDUZECMD=reduze
# activate this for parallel version
#REDUZECMD=mpirun -np 4 reduze 

all:
	${REDUZECMD} jobs_1_reduction.yaml
	${REDUZECMD} jobs_2_deq.yaml

clean:
	rm -rf log/* graphs/* reductions/* sectormappings/* tmp/*
