HPCW 3.0
|
Add the project and any dependency that you need to recompile in versions.cmake
with the following template:
Describe how to compile, install and run tests for your project in:
A validation script can be added in validation/<project_name>.sh
. This takes as input a file produced by a run and returns an error code different of 0 if numerical results or performance are not within tolerance.
Add/Update one or more patterns in analyse.py
if necessary. This script can parse log files and produce summary results (error code, gflops, etc.). By default it may automatically parse errors and performance results but you might need to add a specific case.