summaryrefslogtreecommitdiff
path: root/test cases/fortran/13 coarray
AgeCommit message (Collapse)Author
2021-09-20tests: Fix fortran testsRohit Goswami
2019-12-19ci: improve robustnessMichael Hirsch, Ph.D
* netcf * hdf5 * scalapack * coarray
2019-11-17ci: add timeout to coarray testMichael Hirsch, Ph.D
2019-08-24Intel-Cl tests: increase robustness of Windows Intel compilers detection (#5828)Michael Hirsch, Ph.D
* intel-cl tests: more rigorous detection of intent to use Intel Windows compilers * fortran coarray test: make skipping more robust in that underlying MPI stack is .run() This is useful for any Fortran coarray work, and especially for intel-cl where multiple Intel compiler versions are often installed, and the wrong underlying MPI library may be dynamically linked, and so a runtime check is needed to exercise the MPI stack underlying Fortran coarray. This is done by fc.run('sync all; end', dependencies: coarray) * pep8
2019-07-30PGI doesn't have coarray fortranMichael Hirsch, Ph.D
2019-07-29Flang and PGI don't yet support coarrayMichael Hirsch, Ph.D
2019-06-24intel windows coarray argsMichael Hirsch, Ph.D
2019-02-13Fortran 2008/2018 Coarray supportMichael Hirsch, Ph.D