Skip to content

Commit

Permalink
Update header comments
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kayrakli committed Jun 7, 2017
1 parent a5c17cc commit 3832e7f
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 23 deletions.
6 changes: 4 additions & 2 deletions test/studies/prk/DGEMM/dgemm.chpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* Contributed by Engin Kayraklioglu, Tarek El-Ghazawi
(The George Washington University)
/*
Chapel's parallel DGEMM implementation
Contributed by Engin Kayraklioglu (GWU)
*/
use Time;
use BlockDist;
Expand Down
7 changes: 5 additions & 2 deletions test/studies/prk/Nstream/nstream.chpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/* Contributed by Engin Kayraklioglu, Tarek El-Ghazawi
(The George Washington University)
/*
Chapel's parallel Nstream implementation
Contributed by Engin Kayraklioglu (GWU)
*/

use Time;
use BlockDist;

Expand Down
7 changes: 5 additions & 2 deletions test/studies/prk/PIC/pic.chpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/* Contributed by Engin Kayraklioglu, Tarek El-Ghazawi
(The George Washington University)
/*
Chapel's parallel PIC implementation
Contributed by Engin Kayraklioglu (GWU)
*/

require "random_draw.h", "random_draw.c";
use Time;

Expand Down
6 changes: 4 additions & 2 deletions test/studies/prk/Sparse/sparse.chpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* Contributed by Engin Kayraklioglu, Tarek El-Ghazawi
(The George Washington University)
/*
Chapel's parallel Sparse implementation
Contributed by Engin Kayraklioglu (GWU)
*/
use BlockDist;
use Time;
Expand Down
9 changes: 6 additions & 3 deletions test/studies/prk/Stencil/stencil-serial.chpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
//
// Chapel's stencil implementation
//
/*
Chapel's serial Stencil implementation
Contributed by Ben Albrecht, Ben Harshbarger (Cray Inc.)
*/

use Time;

param PRKVERSION = "2.15";
Expand Down
9 changes: 6 additions & 3 deletions test/studies/prk/Stencil/stencil.chpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
//
// Chapel's parallel stencil implementation
//
/*
Chapel's parallel Stencil implementation
Contributed by Ben Albrecht, Ben Harshbarger (Cray Inc.),
Engin Kayraklioglu (GWU)
*/

/* Standard Library */
use Time;
Expand Down
8 changes: 5 additions & 3 deletions test/studies/prk/Synch_p2p/p2p-serial-fast.chpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
//
// Chapel's serial implementation of synch_p2p
//
/*
Chapel's serial synch_p2p implementation
Contributed by Ben Albrecht (Cray Inc.)
*/
use Time;

param PRKVERSION = "2.15";
Expand Down
9 changes: 6 additions & 3 deletions test/studies/prk/Transpose/transpose-serial.chpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
//
// Chapel's serial implementation of transpose
//
/*
Chapel's serial Transpose implementation
Contributed by Ben Albrecht (Cray Inc.)
*/

use Time;

param PRKVERSION = "2.15";
Expand Down
10 changes: 7 additions & 3 deletions test/studies/prk/Transpose/transpose.chpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
//
// Chapel's parallel implementation of transpose
//
/*
Chapel's parallel Transpose implementation
Contributed by Ben Albrecht (Cray Inc.),
Engin Kayraklioglu (GWU)
*/

use Time;
use BlockDist;

Expand Down

0 comments on commit 3832e7f

Please sign in to comment.