Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move the MPI execution sampling example to the right location
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 30 Nov 2010 22:33:54 +0000 (22:33 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 30 Nov 2010 22:33:54 +0000 (22:33 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8789 48e7efb5-ca39-0410-a469-dd3cf9ba447f

ChangeLog
examples/smpi/NAS/EP-sampling/README [moved from examples/smpi/NAS/EP-folding/README with 100% similarity]
examples/smpi/NAS/EP-sampling/ep.c [moved from examples/smpi/NAS/EP-folding/ep.c with 100% similarity]
examples/smpi/NAS/EP-sampling/randlc.c [moved from examples/smpi/NAS/EP-folding/randlc.c with 100% similarity]
examples/smpi/NAS/EP-sampling/randlc.h [moved from examples/smpi/NAS/EP-folding/randlc.h with 100% similarity]
examples/smpi/NAS/Makefile

index 7444886..2356ccb 100644 (file)
--- 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)
 
  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()
  * 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
  * See also src/smpi/README
 
  Build chain: bug fixes and overall polishing
index 4fc3567..f40f6b1 100644 (file)
@@ -48,9 +48,9 @@ EP-trace: ep-trace
 ep-trace: header
        cd EP-trace; $(MAKE) NPROCS=$(NPROCS) CLASS=$(CLASS)
 
 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
 
 DT: dt
 dt: header