* This is a sample program of SCASH, a simple laplace solver in f77.

Install Omni with SCASH configuration, and:
 % make
and run lap-omp with 'scrun'.

* Run results on COMPaS II (Pentium II Xeon 450MHz*8CPU)
  size = 1000*1000

pdsmpcs.trc.rwcp.or.jp(2) scrun -nodes=2x1 lap-omp
SCORE: Connected (jid=1)
<0:0> SCORE: 2 nodes (2x1) ready.
 sum=  52.1801176
 time=  7.89322793
 end..
pdsmpcs.trc.rwcp.or.jp(3) scrun -nodes=4x1 lap-omp
SCORE: Connected (jid=1)
<0:0> SCORE: 4 nodes (4x1) ready.
 sum=  52.1801176
 time=  4.22182894
 end..
pdsmpcs.trc.rwcp.or.jp(4) scrun -nodes=8x1 lap-omp
SCORE: Connected (jid=1)
<0:0> SCORE: 8 nodes (8x1) ready.
 sum=  52.1801176
 time=  2.38427901
 end..
pdsmpcs.trc.rwcp.or.jp(5) 

