Newsgroups: comp.parallel.pvm,comp.unix.cray
From: rowe@excc.exeter.ac.uk (John Rowe)
Subject: Re: String passing between Fortran & C on a Cray T3D
Organization: Physics Dept. - University of Exeter. UK
Date: Wed, 22 Feb 1995 23:10:57 GMT
Message-ID: <ROWE.95Feb22231057@sga.excc.exeter.ac.uk>

That's not how it works on the 3D. It does the trick of putting the
character size (in bits!) as an extra argument after the char *
argument, passed by value. The official way to do it is shown in
fortran.h - seems to work.

John

