Nope... that is still part of the distribution.  The script you are
looking for is at $OSCAR_HOME/testing/test_cluster.  It doesn't display
the output the same as you show below, instead it opts for a nicer
display that simply shows whether or not each test passed.  The output
of each test is managed by each test.  For example, any test that uses
PBS ends up creating a .out file with the standard output of the test
run, which is what you see in your example below.  Other tests, such as
the SSH connectivity test, don't create any output files.

Jason

On Fri, 2003-10-03 at 09:32, Kaizaad Bilimorya wrote:
> Hi All,
> 
> I completed the install of oscar 2.3.1 on RH 8.0
> 
> I seem to remember on previous versions of oscar there was a nice
> test_cluster shell script that users could run and it would do the
> following:
> 
> ./test_cluster
> Enter the number of client nodes: 2
> Enter the number of processors per client: 1
> PBS TEST
> --------------------------------------------------------------------------------
> Running a simple PBS shell job...
> Output from shell test:
> 
> This script is running on node11.brockwulf.ca
> node11.brockwulf.ca
> node10.brockwulf.ca
> Hello, date is 10/03/03, time is 10:20:06
> Hello, date is 10/03/03, time is 10:20:06
> 
> PBS test appears to be successful.
> ________________________________________________________________________________
> MPICH TEST
> --------------------------------------------------------------------------------
> Running a simple MPICH job under PBS...
> Output from MPICH test:
> Running MPICH test
> Process 0 of 2 on node11.brockwulf.ca
> 1000 iterations: pi is approx. 3.1415927370900434, error = 0.0000000835002503
> wall clock time = 0.000135
> Process 1 of 2 on node10.brockwulf.ca
> 
> MPICH test appears to be successful.
> ________________________________________________________________________________
> LAM TEST
> --------------------------------------------------------------------------------
> Running a simple LAM/MPI job under PBS...
> Output from LAM/MPI test:
> Running LAM/MPI test
> 
> LAM 6.5.5/MPI 2 C++/ROMIO - University of Notre Dame
> 
> Process 1 of 2 on node10.brockwulf.ca
> Process 0 of 2 on node11.brockwulf.ca
> 1000 iterations: pi is approx. 3.1415927370900443, error = 0.0000000835002512
> wall clock time = 0.000102
> 
> LAM 6.5.5/MPI 2 C++/ROMIO - University of Notre Dame
> 
> LAM/MPI test complete
> Unless there are errors above, test completed successfully.
> 
> ________________________________________________________________________________
> PVM TEST
> --------------------------------------------------------------------------------
> Running a simple PVM job under PBS...
> Output from PVM test:
> /tmp/file2Kwczd
> Spawning 6 worker tasks ... SUCCESSFUL
> I got 100.000000 from 1; (expecting 100.000000)
> I got 500.000000 from 3; (expecting 500.000000)
> I got 300.000000 from 2; (expecting 300.000000)
> I got 500.000000 from 0; (expecting 500.000000)
> I got 900.000000 from 5; (expecting 900.000000)
> I got 700.000000 from 4; (expecting 700.000000)
> ________________________________________________________________________________
> 
> 
> Is this not included with the current oscar install?  It was I nice
> package of scripts that users could look at as a starting point and modify
> to meet their needs.
> 
> thanks
> kaizaad
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Oscar-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/oscar-users



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Oscar-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/oscar-users

Reply via email to