From 3e00012be300f36b62f5b492a995ece3a4213353 Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 30 Nov 2010 22:33:54 +0000 Subject: [PATCH] move the MPI execution sampling example to the right location git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8789 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- ChangeLog | 6 +++--- examples/smpi/NAS/{EP-folding => EP-sampling}/README | 0 examples/smpi/NAS/{EP-folding => EP-sampling}/ep.c | 0 examples/smpi/NAS/{EP-folding => EP-sampling}/randlc.c | 0 examples/smpi/NAS/{EP-folding => EP-sampling}/randlc.h | 0 examples/smpi/NAS/Makefile | 6 +++--- 6 files changed, 6 insertions(+), 6 deletions(-) rename examples/smpi/NAS/{EP-folding => EP-sampling}/README (100%) rename examples/smpi/NAS/{EP-folding => EP-sampling}/ep.c (100%) rename examples/smpi/NAS/{EP-folding => EP-sampling}/randlc.c (100%) rename examples/smpi/NAS/{EP-folding => EP-sampling}/randlc.h (100%) diff --git a/ChangeLog b/ChangeLog index 7444886ad7..2356ccb37b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -125,11 +125,11 @@ SimGrid (3.5) unstable; urgency=low SMPI * New Model SMPI (three-interval linear regression for correction factors) + See RR-7426, available at http://hal.inria.fr/inria-00527150 * Ability to use fortran MPI code (through f2c, automatically privatized) * New MPI functions supported: MPI_Get_count(), MPI_Comm_split() - * New: RAM folding (see RR-7426, http://hal.inria.fr/inria-00527150) - and examples/smpi/NAS/DT-folding/ - * New feature: execution sampling (see RR-7426) + * New: RAM folding (see RR-7426 and examples/smpi/NAS/DT-folding) + * New: execution sampling (see RR-7426 and examples/smpi/NAS/EP-sampling) * See also src/smpi/README Build chain: bug fixes and overall polishing diff --git a/examples/smpi/NAS/EP-folding/README b/examples/smpi/NAS/EP-sampling/README similarity index 100% rename from examples/smpi/NAS/EP-folding/README rename to examples/smpi/NAS/EP-sampling/README diff --git a/examples/smpi/NAS/EP-folding/ep.c b/examples/smpi/NAS/EP-sampling/ep.c similarity index 100% rename from examples/smpi/NAS/EP-folding/ep.c rename to examples/smpi/NAS/EP-sampling/ep.c diff --git a/examples/smpi/NAS/EP-folding/randlc.c b/examples/smpi/NAS/EP-sampling/randlc.c similarity index 100% rename from examples/smpi/NAS/EP-folding/randlc.c rename to examples/smpi/NAS/EP-sampling/randlc.c diff --git a/examples/smpi/NAS/EP-folding/randlc.h b/examples/smpi/NAS/EP-sampling/randlc.h similarity index 100% rename from examples/smpi/NAS/EP-folding/randlc.h rename to examples/smpi/NAS/EP-sampling/randlc.h diff --git a/examples/smpi/NAS/Makefile b/examples/smpi/NAS/Makefile index 4fc35670f8..f40f6b1226 100644 --- a/examples/smpi/NAS/Makefile +++ b/examples/smpi/NAS/Makefile @@ -48,9 +48,9 @@ EP-trace: ep-trace ep-trace: header cd EP-trace; $(MAKE) NPROCS=$(NPROCS) CLASS=$(CLASS) -EP-folding: ep-folding -ep-folding: header - cd EP-folding; $(MAKE) NPROCS=$(NPROCS) CLASS=$(CLASS) +EP-sampling: ep-sampling +ep-sampling: header + cd EP-sampling; $(MAKE) NPROCS=$(NPROCS) CLASS=$(CLASS) DT: dt dt: header -- 2.20.1