Changes between Initial Version and Version 1 of Ticket #133
- Timestamp:
- 12/24/09 13:05:28 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #133 – Description
initial v1 1 {{{ 1 2 +----------------------------------------------------------------------+ 2 3 | TASS: Toolkit for Accurate Scientific Software | … … 25 26 at edu.udel.cis.vsl.minimp.MiniMP.verify(MiniMP.java:408) 26 27 at edu.udel.cis.vsl.minimp.MiniMP.main(MiniMP.java:483) 28 }}} 29 30 Here's the relevant code: 31 {{{ 32 int m = ((PID+1)*nx)/NPROCS - (PID*nx)/NPROCS + 2; 33 34 /* temp. buffer used on proc 0 only */ 35 real[m] buf; 36 }}} 37 38 I'm trying to check in the code but am having svn problems.
