Changes between Initial Version and Version 1 of Ticket #133


Ignore:
Timestamp:
12/24/09 13:05:28 (16 years ago)
Author:
Stephen Siegel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #133 – Description

    initial v1  
     1{{{
    12+----------------------------------------------------------------------+
    23|           TASS: Toolkit for Accurate Scientific Software             |
     
    2526        at edu.udel.cis.vsl.minimp.MiniMP.verify(MiniMP.java:408)
    2627        at edu.udel.cis.vsl.minimp.MiniMP.main(MiniMP.java:483)
     28}}}
     29
     30Here's the relevant code:
     31{{{
     32int m = ((PID+1)*nx)/NPROCS - (PID*nx)/NPROCS + 2;
     33
     34 /* temp. buffer used on proc 0 only */
     35real[m] buf;   
     36}}}
     37
     38I'm trying to check in the code but am having svn problems.