Go to the source code of this file.
Functions/Subroutines | |
| subroutine | prismdrv_spawn_child (exec, args, n_args, application_number, n_hosts, hostnames, npes, intracomm, intercomm, ierror) |
| subroutine prismdrv_spawn_child | ( | character(len=*),intent(in) | exec, | |
| character(len=*),dimension (n_args),intent(in) | args, | |||
| integer,intent(in) | n_args, | |||
| integer,intent(in) | application_number, | |||
| integer,intent(in) | n_hosts, | |||
| character(len=*),dimension (n_hosts),intent(in) | hostnames, | |||
| integer,dimension (n_hosts),intent(in) | npes, | |||
| integer,intent(in) | intracomm, | |||
| integer,intent(out) | intercomm, | |||
| integer,intent(out) | ierror | |||
| ) |
Definition at line 12 of file prismdrv_spawn_child.F90.
Referenced by prismdrv_init_appl().

1.6.1