... | ... | @@ -17,7 +17,7 @@ If you click on the build item, you will access the build page. For each build, |
|
|
|
|
|
## Tests
|
|
|
|
|
|
If you click on the test item, you will access the test page. For each test, you'll see an item with its name, its authors, a brief description, the alya modules it requires, the post-process tool (`alya2pos`, `mpio2txt` or `none`), if the job has been relaunched one or several times because of a possible system failure (retry), and the global status of this job (showing the worst error that happened during this test execution with each of the build and mpi/openmp combination).
|
|
|
If you click on the test item, you will access the test page. For each test, you'll see an item with its name, its authors, a brief description, the alya modules it requires, the post-process tool (`alya2pos`, `mpio2txt` or `none`), if the job has been relaunched one or several times because of a possible system failure (retry), and the global status of this job (showing the errors that happened during this test execution with each of the build and mpi/openmp combination).
|
|
|
|
|
|
Here, the list of statuses:
|
|
|
|
... | ... | @@ -25,13 +25,13 @@ Here, the list of statuses: |
|
|
| ------ | ------ |
|
|
|
| <img src="uploads/e44db76c513f51763fba543f02105c9e/ok.png" width="20"> | OK |
|
|
|
| <img src="uploads/397a6076cb9ba95116a9a578f5a67397/ko.png" width="20"> | Unspecific execution error or combination of various errors |
|
|
|
| <img src="uploads/2897f0394a8faa852e6da3e9815500d1/time.png" width="20"> | Timeout |
|
|
|
| <img src="uploads/2897f0394a8faa852e6da3e9815500d1/time.png" width="20"> | Job execution error |
|
|
|
| <img src="uploads/2897f0394a8faa852e6da3e9815500d1/time.png" width="20"> | Binding issue |
|
|
|
| <img src="uploads/2897f0394a8faa852e6da3e9815500d1/time.png" width="20"> | MPI Overloading |
|
|
|
| <img src="uploads/2897f0394a8faa852e6da3e9815500d1/time.png" width="20"> | Tolerance |
|
|
|
|
|
|
| <img src="uploads/2897f0394a8faa852e6da3e9815500d1/time.png" width="20"> | Timeout [1] |
|
|
|
| <img src="uploads/3dcad301a392edd360542e606db16c2d/bad_cloud.png" width="20"> | Job execution error |
|
|
|
| <img src="uploads/8fef2afd9720ec63bff920bd1db0030a/link.png" width="20"> | Binding issue |
|
|
|
| <img src="uploads/7a64159dd58c405f83ce46384372c700/weight.png" width="20"> | MPI Overloading |
|
|
|
| <img src="uploads/fb4df6e048544dd43f1d2dd8c0d9f486/tol.png" width="20"> | Tolerance |
|
|
|
|
|
|
[1]: test job has exceeded the maximum duration
|
|
|
|
|
|
A test is considered failed if it has not the OK status.
|
|
|
|
... | ... | |