[cam-users] (no subject)

Ghan, Steven J Steve.Ghan@pnl.gov
Fri, 30 Aug 2002 15:58:31 -0700


I've compiled cam2 to run spmd on a beowulf cluster (redhat 7.1, portland
group compiler). But when I try to run 
mpirun -np 2 -machinefile machines cam < namelist > camout
I get the dreaded broken pipe message to the terminal and the following
message in camout:

t_setoption: option disabled: Usr Sys
t_setoption: option disabled: Usr Sys

which is coming from cam2/models/utils/timing/t_setoption.c. It seems that I
can turn this problem off by defining DISABLE_TIMERS, but why should I have
to? The code runs fine without spmd. Any ideas on other solutions?

-Steve