Thomas Naughton

Results 31 comments of Thomas Naughton

Meant to follow-up from past chat on this item. I did quick look at GCC docs and found following link for gfortran deprecated. Looks like it is like w/ C...

I tried using the `DEPRECATED` attribute in similar manner as used in this f90 test, [contig.f90](https://github.com/open-mpi/ompi/blob/master/ompi/mpi/fortran/use-mpi-f08/tests/contig.f90), but I'm either doing something wrong or my gfortan does not support (v5.5.0). Adding...

We have done a good bit of testing with the Python bindings lately. They worked for thousands of runs in the tests. However, we were able to find one scenario...

Note, I'm kind of hijacking this ticket at end b/c the versions we tested were not what was used back in Sep-2021. :-)

Matt has a fix, that he'll PR shortly. It would be good to have this in next snapshot if possible.

I'll defer to @MattBBaker, but seems like we can close for this round and open new issues as needed going forward w/ more specifics about error/version/context/etc.

Quick follow-up regarding `mpirun` with DVM... it seems like the best thing for users would be to add ability to pass `--dvm-uri` down from the schizo/ompi options. Otherwise they would...

I was thinking passing the DVM uri was a good compromise to include for `mpirun`, as it would provide easy way for user to avoid having to adjust their `mpirun`...

Q: Can we use `prun --personality ompi --dvm-uri file:dvm.uri ...`? Restated, can we use options from two schizo personalities?

Ok, thanks for clarification Ralph. > Q: Can we use `prun --personality ompi --dvm-uri file:dvm.uri ...`? Restated, can we use options from two schizo personalities? And for notes on this...