Re: [OMPI devel] RFC: Python-generated Fortran wrappers

2013-05-22 Thread Ralph Castain
On May 22, 2013, at 6:37 AM, "Jeff Squyres (jsquyres)" wrote: > On May 22, 2013, at 9:18 AM, Ralph Castain wrote: > >> I have no issues other than wondering why we don't do it in perl given that >> we already do all non-shell actions in perl - is it necessary to intro >> another language? >

Re: [OMPI devel] RFC: Python-generated Fortran wrappers

2013-05-22 Thread Jeff Squyres (jsquyres)
On May 22, 2013, at 9:18 AM, Ralph Castain wrote: > I have no issues other than wondering why we don't do it in perl given that > we already do all non-shell actions in perl - is it necessary to intro > another language? Because Craig is writing it and he (strongly) prefers Python. That's rea

Re: [OMPI devel] RFC: Python-generated Fortran wrappers

2013-05-22 Thread Ralph Castain
I have no issues other than wondering why we don't do it in perl given that we already do all non-shell actions in perl - is it necessary to intro another language? On May 22, 2013, at 5:58 AM, Jeff Squyres (jsquyres) wrote: > WHAT: Replace all mpif.h, use mpi, and use mpi_f08 code with Pytho