Re: [O-MPI users] Bug in C++ bindings

2006-02-01 Thread Brian Barrett
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

Re: [O-MPI users] forrtl: severe (39): error during read, unit 5, file /dev/ptmx - OpenMPI 1.0.2

2006-02-01 Thread Konstantin Kudin
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

[O-MPI users] tcsh 'Unmatched ".' error on localhost

2006-02-01 Thread Glenn Morris
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