The package compiles specifically using MPICH executables as placed by its AUR package. If you've modified that, you will have to make appropriate changes in the PKGBUILD.
If you have any compilers other than GCC installed, take care to check your PATH environment variable to ensure that '/usr/bin' has higher priority, before building this package. (You'll also have to have done this while installing mpich)
To use OpenCoarrays, do:
$ caf <filename.f90>
$ cafrun -n <num_images> ./a.out
Pinned Comments
banana-bred commented on 2024-02-08 18:19 (UTC)
This package now uses Open MPI instead of MPICH to avoid build issues. Should the MPICH build issues be resolved, I might make a separate opencoarrays-mpich package which uses MPICH.
To use OpenCoarrays :