... | ... | @@ -26,12 +26,16 @@ 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 [^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 |
|
|
|
| <img src="uploads/3dcad301a392edd360542e606db16c2d/bad_cloud.png" width="20"> | Job execution error [^2] |
|
|
|
| <img src="uploads/8fef2afd9720ec63bff920bd1db0030a/link.png" width="20"> | Binding issue [^3] |
|
|
|
| <img src="uploads/7a64159dd58c405f83ce46384372c700/weight.png" width="20"> | MPI Overloading [^4] |
|
|
|
| <img src="uploads/fb4df6e048544dd43f1d2dd8c0d9f486/tol.png" width="20"> | Tolerance [^5] |
|
|
|
|
|
|
[^1]: test job has exceeded the maximum duration
|
|
|
[^2]: alya has not started its execution: job script is not well configured or system error
|
|
|
[^3]: binding of MPI task is not correct: likely to happens with p9 if the binding strategy is not defined
|
|
|
[^4]: more MPI tasks than available resources: likely to happens with coupling if you don't set up correctly the number of MPI
|
|
|
[^5]: at least one of the result file values has exceeded the allowed tolerance defined by the test: tolerance is too low (precision issue), kernel tolerance is not well configured, rounding is not well managed in alya, conversion between types, computation is incorrect, etc.
|
|
|
|
|
|
A test is considered failed if it has not the OK status.
|
|
|
|
... | ... | |