Newsgroups: comp.parallel.mpi
From: Fumiaki Kamiya <kamiya@cse.ucsc.edu>
Subject: LAM: how do you redirect output?
Organization: CE/CS Board, UC Santa Cruz.
Date: 09 Sep 1996 00:11:21 -0700
Message-ID: <a2685ojh7q.fsf@pomo.cse.ucsc.edu>


I'm trying to redirect output from my program linked with
LAM to a file but cannot.  Neither shell redirection nor the
-o option to mpirun works.

Could someone help?

Fumi Kamiya

Execution log follows:

kamiya@pomo% mpirun -c2c -nger -O -w `pwd`/pmodoc N -- ~/modoc/testsuite/benchmark/*100-* >& out
This is PModoc version 1.132.
          st vr cl  cpu ex sg au el ql lc rc ap
DC: t cnf 0 141 602 21.82 168632 294653 736 2208332 568269 1956 27613 425570
TagDC: sat=0 var=141(141) clause=602 ext=168632 goal=294653 aut=736 el=2208332 qpl=568269 lic=1956 ric=27613 ap=425570
TagMsg: AUTINC=0(0) LEMLIT=45 CLAUSE_REQ=0 CLAUSE=0 TERM_REQ=4
kamiya@pomo% mpirun -o out -c2c -nger -O -w `pwd`/pmodoc N -- ~/modoc/testsuite/benchmark/*100-* > & out
This is PModoc version 1.132.
          st vr cl  cpu ex sg au el ql lc rc ap
DC: t cnf 0 141 602 21.79 168126 293684 731 2200484 566355 1951 27544 424209
TagDC: sat=0 var=141(141) clause=602 ext=168126 goal=293684 aut=731 el=2200484 qpl=566355 lic=1951 ric=27544 ap=424209
TagMsg: AUTINC=0(0) LEMLIT=41 CLAUSE_REQ=0 CLAUSE=0 TERM_REQ=4
InternalVarCount: 141
-- 
Fumiaki Kamiya

