Re: [OMPI users] fork in Fortran

2012-08-30 Thread Dmitry N. Mikushin
Hi, Modern Fortran has a feature called ISO_C_BINDING. It essentially allows to declare a binding of external function to be used from Fortran program. You only need to provide a corresponding interface. ISO_C_BINDING module contains C-like extensions in type system, but you don't need them, as yo

Re: [OMPI users] fork in Fortran

2012-08-30 Thread Jeff Squyres
Good question. You might want to ask in some Fortran-based user forums. :-) This list is for support of Open MPI, not necessarily any direct language support. But in that light, I'll warn you that fork and friends are not directly supported in MPI applications (e.g., it can cause problems if

[OMPI users] fork in Fortran

2012-08-30 Thread sudhirs@
Dear users, How to use fork(), vfork() type functions in Fortran programming ?? Thanking you in advance -- Sudhir Kumar Sahoo Ph.D Scholar Dept. Of Chemistry IIT Kanpur-208016