se posso intromettermi nel discorso mettendo il mio di errore:
dunque credo funzioni tutto, sia alla compilazione che all'esecuzione (almeno così spero),
peò c'è ancora un piccolo problema che non sono stato in grado di risolvere, non conosco la sua fonte:
Hello, world, I am 0 of 1
-----------------------------------------------------------------------------
It seems that [at least] one of the processes that was started with
mpirun did not invoke MPI_INIT before quitting (it is possible that
more than one process did not invoke MPI_INIT -- mpirun was only
notified of the first one, which was on node n0).
mpirun can *only* be used with MPI programs (i.e., programs that
invoke MPI_INIT and MPI_FINALIZE). You can use the "lamexec" program
to run non-MPI programs over the lambooted nodes.
dunque la prima riga è semplicemente l'output del programma, per fare una semplice prova ho lanciato uno dei file d'esempio presenti nel pacchetto, ma per il resto non ci ho capito nulla.
nessuno di voi si è mai trovato di fronte ad una cosa del genere?