Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Fix context registration which was disabled by a bug
[simgrid.git] / examples / smpi / NAS / Makefile
index 7f1bee8..a157254 100644 (file)
@@ -1,65 +1,24 @@
 SHELL=/bin/sh
-CLASS=U
+CLASS=S
 NPROCS=1
-SUBTYPE=
-VERSION=
-SFILE=config/suite.def
-
-default: header
+default:
        @ sys/print_instructions
 
 IS: is
-is: header
+is: 
        cd IS; $(MAKE) NPROCS=$(NPROCS) CLASS=$(CLASS)
 
-IS-trace: is-trace
-is-trace: header
-       cd IS-trace; $(MAKE) NPROCS=$(NPROCS) CLASS=$(CLASS)
-
 EP: ep
-ep: header
+ep:
        cd EP; $(MAKE) NPROCS=$(NPROCS) CLASS=$(CLASS)
 
-EP-trace: ep-trace
-ep-trace: header
-       cd EP-trace; $(MAKE) NPROCS=$(NPROCS) CLASS=$(CLASS)
-
-EP-sampling: ep-sampling
-ep-sampling: header
-       cd EP-sampling; $(MAKE) NPROCS=$(NPROCS) CLASS=$(CLASS)
-
 DT: dt
-dt: header
+dt: 
        cd DT; $(MAKE) CLASS=$(CLASS)
 
-DT-trace: dt-trace
-dt-trace: header
-       cd DT-trace; $(MAKE) CLASS=$(CLASS)
-
-DT-folding: dt-folding
-dt-folding: header
-       cd DT-folding; $(MAKE) CLASS=$(CLASS)
-
-# Awk script courtesy cmg@cray.com, modified by Haoqiang Jin
-suite:
-       @ awk -f sys/suite.awk SMAKE=$(MAKE) $(SFILE) | $(SHELL)
-
-
-# It would be nice to make clean in each subdirectory (the targets
-# are defined) but on a really clean system this will won't work
-# because those makefiles need config/make.def
 clean:
-       - rm -f core 
-       - rm -f *~ */core */*~ */*.o */npbparams.h */*.obj */*.exe
-       - rm -f MPI_dummy/test MPI_dummy/libmpi.a
-       - rm -f sys/setparams sys/makesuite sys/setparams.h
-       - rm -f btio.*.out*
+       - rm -f *~  */*~ */*.o */npbparams.h 
+       - rm -f sys/setparams sys/setparams.h
 
 veryclean: clean
-       - rm -f config/make.def config/suite.def 
-       - rm -f bin/sp.* bin/lu.* bin/mg.* bin/ft.* bin/bt.* bin/is.* 
-       - rm -f bin/ep.* bin/cg.* bin/dt.*
-
-header:
-       @ sys/print_header
-
+       - rm -f bin/*
\ No newline at end of file