Xref: utzoo comp.lang.fortran:949 comp.unix.questions:8574 Path: utzoo!yunexus!geac!syntron!jtsv16!uunet!lll-winken!lll-lcc!ames!umd5!mimsy!chris From: chris@mimsy.UUCP (Chris Torek) Newsgroups: comp.lang.fortran,comp.unix.questions Subject: Re: Sun 3 vs uVAXII floating point speed.... Message-ID: <12764@mimsy.UUCP> Date: 31 Jul 88 06:37:24 GMT Article-I.D.: mimsy.12764 References: <25065@ucbvax.BERKELEY.EDU> <3381@phri.UUCP> <59936@sun.uucp> <247@texhrc.UUCP> Distribution: na Organization: U of Maryland, Dept. of Computer Science, Coll. Pk., MD 20742 Lines: 17 In article <247@texhrc.UUCP> ldm@texhrc.UUCP (Lyle Meier) writes: [something apparently missing here] >calling conventions, but rather sticks to the vms standard methods. ... >[The] VAX [/VMS] fortran compiler insists on passing character variables >by descriptor ... [this] behavior is different from the f77 compiler >which passed chars in a form C could understand. Descriptors are not incomprehensible. You must simply create a few structure definitions, and do the interpreting yourself. >and on uppercasing all entry point names. This also should not be a serious problem. If the compiler does not prepend an `_', however, you will have to resort to assembler linkages, or to hackery (running the assembly code from /lib/ccom through sed). -- In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7163) Domain: chris@mimsy.umd.edu Path: uunet!mimsy!chris