Draft: Fortran Support
There are currently no pipelines.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.
Testing using level 2
Disqualified Tests:
NULL
/MPI_REQUEST_NULL
causes compile errors in Fortran, disqualifying InvalidParam
tests that do this
Unfixable, but not disqualified:
InvalidParam-Status-mpi_recv-002
: MPI_STATUSES_IGNORE
rejected by compiler, different rank than expected
MPI Issues:
Types are translated from C to Fortran where applicable, though currently only for MPI_INT -> MPI_INTEGER, MPI_DOUBLE -> MPI_DOUBLE_PRECISION, MPI_C_BOOL -> MPI_LOGICAL as most Fortran MPI types are optional. Tests are formatted using fprettify (available from pip, added to Pipfile).
Common Issues encountered:
MPI-BugBench bugs (since remembering to write them down):
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.