[OMPI devel] 1.5.4rc2 is now posted

2011-08-10 Thread Jeff Squyres
In the usual place:

http://www.open-mpi.org/software/ompi/v1.5/

It includes all CMRs up through this morning (including MXM and the dynamic SL 
stuff, etc.).

Please test!

-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to:
http://www.cisco.com/web/about/doing_business/legal/cri/




Re: [OMPI devel] [OMPI svn-docs] svn:open-mpi-tests r1835

2011-08-10 Thread Jeff Squyres
Er...

A loop of 1 isn't much of a loop.  The whole point of this test is to spawn a 
boatload of times to stress the ORTE/OMPI spawn integration.

If you want control to make it a shorter test, how about default to looping a 
bagillion times (I don't remember how 1300 was chosen), but if argv[1] != NULL, 
do an atoi() on that and use that for the loop count.

How's that?


On Aug 10, 2011, at 6:03 PM, eug...@osl.iu.edu wrote:

> Author: eugene
> Date: 2011-08-10 18:03:36 EDT (Wed, 10 Aug 2011)
> New Revision: 1835
> 
> Log:
> Cut iterations to dynamic/loop_spawn.c.
> 
> 
> Text files modified: 
>   trunk/ibm/dynamic/loop_spawn.c | 2 +-   
>
>   1 files changed, 1 insertions(+), 1 deletions(-)
> 
> Modified: trunk/ibm/dynamic/loop_spawn.c
> ==
> --- trunk/ibm/dynamic/loop_spawn.c(original)
> +++ trunk/ibm/dynamic/loop_spawn.c2011-08-10 18:03:36 EDT (Wed, 10 Aug 
> 2011)
> @@ -8,7 +8,7 @@
> #include "mpi.h"
> 
> #define EXE_TEST  "loop_child"
> -#define NUM_TESTS 1300
> +#define NUM_TESTS 1 /* 300 */
> 
> int main(int argc, char **argv)
> {
> ___
> svn-docs-full mailing list
> svn-docs-f...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/svn-docs-full


-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to:
http://www.cisco.com/web/about/doing_business/legal/cri/




Re: [OMPI devel] [OMPI svn-docs] svn:open-mpi-tests r1836

2011-08-10 Thread Jeff Squyres
Hah!  My email crossed this one in the ether.  :-)

But if you wnt the flexibility to look at argv[1], feel free to do so...

On Aug 10, 2011, at 6:08 PM, eug...@osl.iu.edu wrote:

> Author: eugene
> Date: 2011-08-10 18:08:39 EDT (Wed, 10 Aug 2011)
> New Revision: 1836
> 
> Log:
> Sorry, dynamic/loop_spawn.c num iterations change was inadvertent putback.
> 
> 
> Text files modified: 
>   trunk/ibm/dynamic/loop_spawn.c | 2 +-   
>
>   1 files changed, 1 insertions(+), 1 deletions(-)
> 
> Modified: trunk/ibm/dynamic/loop_spawn.c
> ==
> --- trunk/ibm/dynamic/loop_spawn.c(original)
> +++ trunk/ibm/dynamic/loop_spawn.c2011-08-10 18:08:39 EDT (Wed, 10 Aug 
> 2011)
> @@ -8,7 +8,7 @@
> #include "mpi.h"
> 
> #define EXE_TEST  "loop_child"
> -#define NUM_TESTS 1 /* 300 */
> +#define NUM_TESTS 1300
> 
> int main(int argc, char **argv)
> {
> ___
> svn-docs-full mailing list
> svn-docs-f...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/svn-docs-full


-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to:
http://www.cisco.com/web/about/doing_business/legal/cri/