-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for OpenMP or Co-array Fortran #7
Comments
I use OpenMP all the time, there's a preconfigured argument And hmm, presumably Edit: I looked around and I don't see any immediately available docs that explain how |
Looks like the number of processes being launched can be controlled with a hosts file: https://www.open-mpi.org/doc/v3.0/man1/mpiexec.1.php But still, seems like the logic in the process launcher |
Thanks for your help! When I have some spare time I will look into that, though that's a bit over my head. |
Hi,
I was wondering whether your wrapper has support for openMP or co-array fortran?
i tried running the
.f90
program:with the following python program
This gives me an output of
I am iamge 0 of 0
Usually, when using co-array fortran, one would supply the number of images when running the program.
For Example:
cafrun -n program
Is something like this possible with your wrapper?
The text was updated successfully, but these errors were encountered: