FORTRAN doesn't have fork() or exec() natively. Creating a new process in FORTRAN requires either using system() function (portable but limited) or calling C functions via ISO_C_BINDING (allowing full control). Modern FORTRAN (2003 and later) allows calling C functions directly
1
5
26
2K
6
@unix_byte But, where is FORTRAN used ? Academic or industrial or commercial?