Newsgroups: comp.parallel.pvm
From: Martin Eriksson <martin.eriksson@af.lu.se>
Subject: problems with character arrays
Organization: Lund Institute of technology
Date: Tue, 23 Jun 1998 10:56:25 +0200
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <358F6DB9.BED8978D@af.lu.se>

Hi,
I'm using wpvm with Fortran powerstation and I have problem
with packing arrays of character.
I have a file, with 200 rows, that I read into 200 arrays of character,
with length 70
 character*70 row(200)
I have tried to pack each row as a STRING with length 70. If I use
row(50) everything
is okay, but when I increases the number of used rows (row(100)) the
program doesn't work.

Is the buffer to big? Can anyone tell me how I should solve the problem
with arrays of character.
Is possible to send files among parent and child in another way?

All answers will are appriciated.

--
Martin Eriksson                                 email: me@mkon.lth.se,
martin@af.lu.se
PhD student at                                   phone home: +46 -46
146094
Department of Machine Design          Mobile phone: +46 -708 679 254
Lund Institute of Technology              phone work: +46 -46 222 8511
Sweden                                             Fax work: +46 -46 222
4616



