Hi,
I've downloaded the evaluation copy for Intel Cluster Toolkit Compiler Edition for Linux*.
I've installad C++/Fortran compliers and MPI library with the default operations.
I've compiled my test program that does an MPI_Comm_spawn_multiple succesfully, but when I try to run it gives me this error:
[cli_0]: Spawn is not implemented
[cli_0]: aborting job:
Fatal error in MPI_Comm_spawn_multiple: Other MPI error, error stack:
MPI_Comm_spawn_multiple(141)..: MPI_Comm_spawn_multiple(count=2, cmds=0xbfeb7980, argvs=(nil), maxprocs=0xbfeb7970, infos=0xbfeb7960, root=0, MPI_COMM_WORLD, intercomm=0xbfeb7ab8, errors=0xbfeb7750) failed
MPID_Comm_spawn_multiple(56)..:
MPIDI_Comm_spawn_multiple(193): PMI_Spawn_multiple returned -1
rank 0 in job 2 wgm-linux01_56731 caused collective abort of all ranks
exit status of rank 0: killed by signal 9
how can I enable the spawning features ?
Thank you,
Federico