Fortran Support
Compare changes
- Oraji, Yussur Mustafa authored
@@ -11,6 +11,7 @@ from Infrastructure.CorrectParameter import CorrectParameterFactory
@@ -24,13 +25,11 @@ class LocalConcurrencyErrorRMA(ErrorGenerator):
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):