Index of /download/dist/upc-tests/guts_main

[ICO]NameLast modifiedSize

[PARENTDIR]Parent Directory  -
[DIR]include/2022-10-28 13:54 -
[   ]CHANGELOG2022-10-28 13:54 4.7K
[TXT]README2022-10-28 13:54 3.2K
[   ]README.harness2022-10-28 13:54 1.4K
[   ]address_operator.upc2022-10-28 13:54 2.6K
[   ]all_alloc.upc2022-10-28 13:54 2.9K
[   ]all_lock_alloc.upc2022-10-28 13:54 2.5K
[   ]alloc.upc2022-10-28 13:54 2.1K
[   ]array_declarators.upc2022-10-28 13:54 3.1K
[   ]barrier.upc2022-10-28 13:54 2.3K
[   ]barrier_neg.upc2022-10-28 13:54 1.5K
[   ]blocksize.upc2022-10-28 13:54 2.7K
[   ]blocksize_neg.upc2022-10-28 13:54 1.5K
[   ]blocksizeof.upc2022-10-28 13:54 2.4K
[   ]cast.upc2022-10-28 13:54 3.1K
[   ]compound_test1.upc2022-10-28 13:54 2.7K
[   ]compound_test2.upc2022-10-28 13:54 2.7K
[   ]declaration_specifier_neg.upc2022-10-28 13:54 1.6K
[   ]declarators.upc2022-10-28 13:54 1.6K
[   ]declarators_neg1.upc2022-10-28 13:54 1.6K
[   ]declarators_neg2.upc2022-10-28 13:54 1.5K
[   ]declarators_neg3.upc2022-10-28 13:54 1.6K
[   ]elemsizeof.upc2022-10-28 13:54 1.9K
[   ]global_alloc.upc2022-10-28 13:54 3.0K
[   ]global_exit_neg.upc2022-10-28 13:54 1.5K
[   ]global_lock_alloc.upc2022-10-28 13:54 2.4K
[   ]harness.conf2022-10-28 13:54 4.4K
[   ]iteration1.upc2022-10-28 13:54 4.2K
[   ]iteration2.upc2022-10-28 13:54 4.4K
[   ]iteration3.upc2022-10-28 13:54 2.9K
[   ]iteration4.upc2022-10-28 13:54 8.0K
[   ]layout_qualifier.upc2022-10-28 13:54 1.8K
[   ]localsizeof1.upc2022-10-28 13:54 2.3K
[   ]localsizeof2.upc2022-10-28 13:54 2.9K
[   ]lock.upc2022-10-28 13:54 2.9K
[   ]lock_attempt.upc2022-10-28 13:54 3.0K
[   ]lock_t.upc2022-10-28 13:54 1.5K
[   ]memcpy.upc2022-10-28 13:54 1.7K
[   ]memget.upc2022-10-28 13:54 1.9K
[   ]memput.upc2022-10-28 13:54 1.9K
[   ]memset.upc2022-10-28 13:54 1.7K
[   ]pointer_to_shared.upc2022-10-28 13:54 3.7K
[   ]predefined_identifiers.upc2022-10-28 13:54 2.4K
[   ]predefined_identifiers_neg.upc2022-10-28 13:54 1.5K
[   ]predefined_macro.upc2022-10-28 13:54 2.3K
[   ]resetphase1.upc2022-10-28 13:54 1.9K
[   ]resetphase2.upc2022-10-28 13:54 2.9K
[   ]shared_access.upc2022-10-28 13:54 2.0K
[   ]shared_pointers.upc2022-10-28 13:54 2.2K
[   ]shared_pointers_neg.upc2022-10-28 13:54 1.6K
[   ]shared_scalars_neg1.upc2022-10-28 13:54 1.4K
[   ]shared_scalars_neg2.upc2022-10-28 13:54 1.5K
[   ]strict_access.upc2022-10-28 13:54 2.3K
[   ]threadof.upc2022-10-28 13:54 2.4K
[   ]units2022-10-28 13:54 421
[   ]units_multi2022-10-28 13:54 53
[   ]units_neg2022-10-28 13:54 178
[   ]units_runtime_neg2022-10-28 13:54 28
[   ]unlock.upc2022-10-28 13:54 2.2K

--------------------------------------------------------------------------
		GWU Unified Testing Suite (GUTS)
--------------------------------------------------------------------------

GUTS is a new framework which includes various UPC testing suites. The main 
goal behind this new framework is to hold different UPC testing benches in a
single unified environment as much as possible. 

This README file contains general information for GUTS, if you would like to
know more about the specific testing suites please go to those directories 
and refer to the information provided there. 

BUG REPORTS MAY BE SUBMITTED USING OUR TICKET SYSTEM AT:
	http://threads.hpcl.gwu.edu/sites/guts
 	
IF FOR SOME REASON THIS IS NOT AN OPTION, E-MAIL THE MAINTAINER AT:
	[email protected]


Quick Overview:
----------------

Currently GUTS include the following test benches:
	
	1- guts_main: This is the main UPC testing suite for the language specification
	compliance check for the UPC compilers

	2- guts_io: This is the testing suite for the UPC/IO library 

	3- guts_collectives: This is the testing suite released by Michigan Tech University
	and it is used for testing the UPC/Collectives library

	4- guts_coa: This bench provides performance optimization testing on the compilers by running
	some of the kernels from the NAS Parallel Benchmarks 

Again for more information in any of these testing suites please go to that specific
directory and use the README file. 

Background information and changes:
------------------------------------

GUTS is a modified version of the previous GWU testing efforts especially 
Unified UPC Test Framework (UUTF) which was released June 2005. It differs 
mainly in the testing strategy i.e. GUTS follow the "unit" based testing 
wherever possible (guts_io & guts_main). Also, GUTS includes various bug fixes 
and modifications to previous release. Last but not least, GUTS tries to provide 
clear information as the output of testing by going through each unit one by one and 
at the end including statistics for the whole run.

For more information on the official releases of the test suites, please refer to 
http://upc.gwu.edu.

Requirements:
--------------

Please refer to the README files provided for each sub testing suite.
GUTS itself does not require to be installed and requires only working UPC compiler.

How to use GUTS?
----------------

There are two main alternatives to use GUTS for testing purposes.
	
	1- Use the "guts.sh" script provided in the top directory and run any of the testing
	suite by specifying the name in the command line
	
	2- Use the scripts provided inside each testing suite to run that specific test bench
	e.g. to run the UPC/IO testing suite first go to "guts_io" directory, refer to the 
	README file provided for any specific information, and run the test bench using the 
	script provided in that directory which is "guts_io.sh" by calling
		./guts_io.sh [#of threads] [COMPILER]

User does not need to compile anything, every source file is compiled and run accordingly 
using the scripts provided. Statistical output is provided at the end where applicable.

License:
--------

Please refer to each source file for the licenses as they may come from different sources.