Newsgroups: comp.parallel.mpi
From: Mathias Waack <mathias@mufasa.informatik.uni-mannheim.de>
Subject: Re: Problem starting programm on workstation clusters
Organization: Dept. of Computer Science, University of Mannheim, Germany
Date: Thu, 04 Sep 1997 18:12:53 +0200
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <340EDE05.2068@mufasa.informatik.uni-mannheim.de>

Bart Van Assche wrote:
> 
> If the config-files are only necessary for an interactive login, you can
> solve your problem by rearranging your .cshrc as follows:
> 
> if ("$tty" == "") then
>     # Non-interactive login (e.g. MPI)
>     ...
> else
>     # Interactive login
>     (put here your original .cshrc)
> endif
> 
It's really an ugly workaround, but it works for now (you must 
use $?tty instead of $tty in to above example). 
Thanx,

	Mathias

-- 
Mathias Waack		|     mathias@mufasa.informatik.uni-mannheim.de
Tel.:  +49 621 292 1620  Fax.:  +49 621 292 5597

