2002-05-02  Tatebe Osamu  <o.tatebe@aist.go.jp>

	* main_s.f:
	Just rewrote an initialization loop for an initial approximate.

	* Makefile: Added MPFLAGS for Sun Solaris F95 OpenMP support.

Thu Jun 22 08:22:39 2000  Osamu Tatebe  <tatebe@etl.go.jp>

	* main_s.f: Deleted a declaration for unused variables.

	* Makefile: Added a library of second() for Sun.

Mon May  1 17:34:21 2000  Osamu Tatebe  <tatebe@etl.go.jp>

	* Makefile: Removed res_s.o and mul_s.o from OBJ/

	* prog_s.f: Removed an inappropreate NOWAIT specifier.

	* mgcg_s.f: Now, the whole MGCG is a parallel region.
	res_s.f and mul_s.f are inlined.

	* main_s.f: Added a code to calculate MFLOPS.

Sun Apr 23 18:40:32 2000  Osamu Tatebe  <tatebe@etl.go.jp>

	* Makefile, main_s.f, mg_s.f, mgcg_s.f, prog_s.f, rb_s.f, res1_s.f, res_s.f, rest_s.f:
	Marged several parallel regions without reduction in a subroutine.

2000-04-20  Osamu Tatebe  <tatebe@cs.utk.edu>

	* mul_s.f, prog_s.f, rb_s.f, res1_s.f, res_s.f:
	Eliminated boundary computation.

	* Makefile, README, main_s.f, mg_s.f, mgcg_s.f, mul_s.f, prog_s.f, rb_s.f, res1_s.f, res_s.f, rest_s.f, setup_prob3_s.f, setup_prob_s.f:
	Shadow region version.
	Cleaned up arguments of MGCG().

	* assert_s.f: New file.

Fri Nov 12 04:44:43 1999  Tatebe Osamu  <tatebe@etl.go.jp>

	* Makefile: Added make dist.

	* README: Modified Function declaration and parameters.  Added
 	ITER and EPS as INPUT arguments.

Fri Nov 12 04:35:51 1999  Tatebe Osamu  <tatebe@etl.go.jp>

	* setup_prob3_s.f (COEFF_T_SHAPE):
	Removed uncessesary definitions K1 and K2.

Fri Nov 12 03:25:17 1999  Tatebe Osamu  <tatebe@etl.go.jp>

	* paraf.h: Initial revision

	* main_s.f: Changed a comment for a 'T-shape' problem.

	* setup_prob3_s.f: Initial revision

	* setup_prob_s.f: Added !$OMP END DO NOWAIT.

Mon Nov  8 05:10:58 1999  Tatebe Osamu  <tatebe@etl.go.jp>

	* Makefile: Added setup_prob3_s.o and assert_s.o.

	* rest_s.f: OpenMP.

	* main_s.h: Initial revision

	* main_s.f: Allocated big arrays in heap. (main_s.h)
	Added a new problem 'T-shape'.
	Change arguments for MGCG_S.

	* mgcg_s.f: Added ITER and EPS as INPUT.
	Fused two parallel do loops; computing beta and updating P.

	* rb_s.f (R_GS_INNER_S, B_GS_INNER_S):
	Fix a bug that is inserted in the previous revision.
	(R_GS_INNER_S, B_GS_INNER_S): Added END PARALLEL NOWAIT.

Fri Oct 15 10:32:34 1999  Tatebe Osamu  <tatebe@etl.go.jp>

	* mul_s.f, res1_s.f, res_s.f:
	Remove unnecessary ',' in the OpenMP directive.

	* mgcg_s.f: Remove unnecessary ',' in the OpenMP directive.
	Move the initialization of shared variable 'RR' to the previous serial region.

Thu Sep  9 08:30:04 1999  Tatebe Osamu  <tatebe@etl.go.jp>

	* README: Added description of approximate solution as output.

Sat Aug 14 03:29:38 1999  Tatebe Osamu  <tatebe@etl.go.jp>

	* mgcg_s.f: Added description of approximate solution as output.

Fri Aug 13 11:19:36 1999  Tatebe Osamu  <tatebe@etl.go.jp>

	* setup_prob_s.f: Delete unnecessary definition of variables.

	* main_s.f, setup_prob_s.f: Added SETUP_PROB_NEUMANN_S().

Wed Aug 11 02:07:43 1999  Tatebe Osamu  <tatebe@etl.go.jp>

	* Makefile, main_s.f, mg_s.f, mgcg_s.f, mul_s.f, prog_s.f, rb_s.f,
 	res1_s.f, res_s.f, setup_prob_s.f: OpenMP support

	* rest_s.f (REST_INNER_S): Eliminate loop dependency.

Fri Apr 30 05:48:43 1999  Tatebe Osamu  <tatebe@etl.go.jp>

	* mgcg_s.f: Moved a part of initialization code.

Thu Apr 15 06:41:14 1999  Tatebe Osamu  <tatebe@etl.go.jp>

	* README: Added a reference to MGNet for CM93 paper.

	* mg_s.f, mgcg_s.f: Added copyright notice.

Thu Mar 18 07:31:59 1999  Tatebe Osamu  <tatebe@etl.go.jp>

	* Makefile: Added rm -f *~ in make clean.

	* Makefile, README, main_s.f, mg_s.f, mgcg_s.f, mul_s.f, prog_s.f,
 	rb_s.f, res1_s.f, res_s.f, rest_s.f, setup_prob_s.f: Initial
 	revision
