![]() |
![]()
| ![]() |
![]()
NAMEcafrun - Coarray Fortran executable launcher for OpenCoarrays SYNOPSIScafrun [-s] -np <N> </path/to/coarray-executable> [arg1 [arg2 ...]] DESCRIPTIONcafrun is wrapper script which will launch Coarray Fortran executables across <N> images using the appropriate parallel runtime that OpenCoarrays was compiled against, (e.g., mpiexec(1)). cafrun ensures the correct flags are passed to the parallel runtime job launcher, as determined by system introspection at OpenCoarrays build time. Advanced users may compile their Coarray Fortran code however they please, but we recommend using the caf(1) compiler wrapper script for a more user friendly experience. To see the default command run by cafrun, add the -s or --show flags. To see how a specific command would be executed, simply construct the command you plan to use to launch your job, and add -s or --show as the very first flag after cafrun, e.g., cafrun -s ... to see how cafrun is translating your invocation for the parallel runtime job launcher (e.g., mpiexec(1)). OPTIONS
BUGSFor a list of bugs currently affecting OpenCoarrays, or to report a new one, please report any bugs to the OpenCoarrays project at ⟨https://github.com/sourceryinstitute/OpenCoarrays/issues⟩ AUTHORIzaak Beekman ⟨izaak@izaakbeekman.com⟩ SEE ALSOcaf(1), mpiexec(1), gfortran(1), OpenCoarrays project page ⟨https://github.com/sourceryinstitute/OpenCoarrays#readme⟩, OpenCoarrays website ⟨http://www.opencoarrays.org⟩
|