Draft: Fortran Support
Compare changes
+ 1
− 1
@@ -380,7 +380,7 @@ feature_data = [["Name", "Origin", "P2P", "iP2P", "PERS", "COLL", "iCOLL", "TOPO
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):