Hi, Am 03.10.2010 um 18:25 schrieb Andrei Fokau:
> We have a a program which is normally (running w/o MPI) controlled by Ctrl+C > and then a number of options. Is it possible to set STDIN for a command > executed via mpirun? The following page describes parameter -stdin, but it > seems to be not supported by OMPI's mpirun. > http://w3.ualg.pt/~dubuf/calhau.txt did you try just to redirect it with "<"? Only the first process will get the stdin though. Even Open MPI has an option -stdin, but it can only set the number of the rank whihc will get the input file, not the name of the input file (maybe the web page you mention describes MPICH(1)). -- Reuti > Is there a solution for our problem? > > Regards, > Andrei > _______________________________________________ > users mailing list > us...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/users