Name
tau_validate — Validates a TAU installation by performing various tests on each TAU stub Makefile
Synopsis
tau_validate  [
                  	-v
                        ] [
                  	--html
                        ] [
                  	--build
                        ] [
                  	--run
                        ] [
                  	--tag
                        ] {
                  	arch directory
                  			}
               
Description
tau_validate will attempt to validate a TAU installation by performing various tests on each TAU stub Makefile. Some degree of logic exists to know where a given test applies to a given makefile, but it's not perfect.
Options
                   v
               	  Verbose output
                 
            
                   html
                   Output results in HTML
                 
            
                   build
                   Only build
                 
            
                   run
                   Only run
                 
            
                   tag
                   Only check configurations containing the tag. ie. --tag
                  		papi checks only
               		libraries with the -papi in their name.
                 
            
                   arch directory
                   Specify an arch directory (e.g. rs6000), or the lib
                   directory (rs6000/lib), or a specific makefile.
                   Relative or absolute paths are ok.