Draft: Fortran Support
Compare changes
- Oraji, Yussur Mustafa authored
+ 4
− 10
@@ -6,21 +6,12 @@ import re
@@ -30,6 +21,9 @@ def get_arg_str(args: typing.OrderedDict[str, str], bigint: typing.List[str] = [
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):