Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[examples,smpi] remove warnings and resolve a bug (I hope I amn't sure)
[simgrid.git] / examples / smpi / NAS / Makefile
index 794191c..f40f6b1 100644 (file)
@@ -48,6 +48,10 @@ 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
        cd DT; $(MAKE) CLASS=$(CLASS)