Using v1.0.1, with tcsh as user login shell, trying to mpirun a job on
the localhost that involves tcsh produces an error from tcsh.
E.g.
hostfile = "localhost"
mpirun -np 1 --hostfile ./hostfile \
--mca pls_rsh_agent ssh ... /bin/tcsh -c hostname
results in the error `Unmatched ".' from tcs
Hi,
Here is an update. The code crashes only when it is launched by
mpirun, and the actual piece of code where it happens is this:
IF ( ionode ) THEN
30 READ (parse_unit, fmt='(A256)', END=10) line
IF( line == ' ' .OR. line(1:1) == '#' ) GO TO 30
tend = .FALSE.
GO T
On Jan 31, 2006, at 5:47 PM, Brian Granger wrote:
I am compiling a C++ program that uses the Open-MPI c++ bindings. I
think there is a bug in the constants.h and/or mpicxx.cc files.
The file constants.h defines lots of constants as extern. There are
By commenting corresponding lines out