head	1.2;
access;
symbols
	charm6_1:1.2
	charm_6_0_1:1.2
	charm6_0_1:1.2
	charm6_0:1.2;
locks; strict;
comment	@# @;


1.2
date	2007.09.25.19.27.18;	author bohm;	state Exp;
branches;
next	1.1;
commitid	48c646f961094567;

1.1
date	2007.09.24.21.41.22;	author bohm;	state Exp;
branches;
next	;
commitid	2eb146f82ee84567;


desc
@@


1.2
log
@Add second dimension on command line
@
text
@Test initialization order.

Readonly variables before Groups and Arrays.

Groups before Arrays.

Boundto arrays are constructed before their shadows in bound arrays.

Groups are constructed in group ID order.

Arrays constructed in array ID order.

Arguments: arrSize WasteUnits validateBoundOrder
 Where:
	 arrsize   : representing the number of array elements per array
	 arrsize2  : representing the number of array elements in the second dimension
	 wasteunit : >0.0 representing cputime to waste when doing work
	 validate  : is 1 or 0 to enable testing of construction order in bound arrays

 Typically: startupTest 100 0.001 1




	
@


1.1
log
@A simple chare initialization test program.
@
text
@d15 4
a18 3
	 arrsize       : representing the number of array elements per array
	 wasteunit     : >0.0 representing cputime to waste when doing work
	 validate      : is 1 or 0 to enable testing of construction order in bound arrays
@

