Newsgroups: comp.parallel.mpi
From: Junxian Liu <jliu@nasoftwr.demon.co.uk>
Subject: Re: MPICH installation problem
Organization: N.A.Software Ltd
Date: Wed, 16 Jul 1997 09:34:39 +0100
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <33CC879F.41C67EA6@nasoftwr.demon.co.uk>

Richard Bemrose wrote:
> 
> Hello,
> 
> Just a quick question about a problem we have installing MPICH-1.1.0
> on our Digital UNIX V3.2. The configuration script complains about
> running the 'sed' command:
> 
> sed: There are too many commands for the s%@DEFS@%-DHAVE_CONFIG_H%
> function.
> creating mpichconf.h
> 
> How do I get about this problem?
> 

On some systems, there is a limit on the number of commands sed 
can take, and this number is 100 in some cases. The MPICH 
'configure' has taken care of this situation in most places,
except one at line 11797, where the number of commands in
the sed script has just exceeded 100. You can either split
the sed script into 2 or simply remove some commands which
you are sure won't matter with your system.

JL

