Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill windows backtraces. They were x86 only
[simgrid.git] / examples / smpi / NAS / sys / Makefile
1 include ../config/make.def
2 all: setparams 
3
4 # setparams creates an npbparam.h file for each benchmark configuration. 
5 # npbparams.h also contains info about how a benchmark was compiled and linked
6
7 setparams: setparams.c ../config/make.def
8         $(CC) ${CONVERTFLAG} -o setparams setparams.c
9
10 clean: 
11         -rm -f setparams setparams.h npbparams.h *~ *.o
12