Newsgroups: comp.parallel.pvm
From: weisz@ww.edvz.tuwien.ac.at (Willy Weisz)
Reply-To: weisz@edvz.tuwien.ac.at
Subject: Re: Desperatly searching - tdpro.h
Organization: Vienna University of Technology, Austria
Date: 16 Aug 1995 14:34:28 GMT
Message-ID: <40svlk$grk@news.tuwien.ac.at>

In article <40o48u$6h@ra.ibr.cs.tu-bs.de>, i6190309@ws.rz.tu-bs.de (Sabine Krueger) writes:
|> Hello !!
|> 
|> Help please - I'm having a problem with compiling the C-libraries
|> of XPVM. We' re want to use XPVM1.1.1 with TCl7.4 and TK4.0 -
|> but we' re missing the include file tdpro.h . If anyone knows
|> where it could be or could post it  - that would be very very nice.
|> 
|> Many thanks in advance !!!
|> 
|> Sabine

It is in $PVM_ROOT/src. In xpvm.h you have to adjust the line which "include"s this header
file.

If you install XPVM through the global make file of PVM you have to change the line in xpvm.h:

#include "../src/tdpro.h"  -->  #include "../../src/tdpro.h" .

I hope this will also help in your case.

Regards

Willy
------------------------------------------------------------------------------
Willy Weisz

Technische Universitaet Wien         Vienna University of Technology
EDV-Zentrum                          Computing Services
Abteilung fuer Hochleistungsrechnen  Department for High Performance Computing

                       Wiedner Hauptstrasse 8-10
                       A-1040 Wien

Tel: (+43 1) 588 01 - 5818                  Fax: (+43 1) 587 42 11
                     e-mail: weisz@edvz.tuwien.ac.at



