Re: Problem with log function - Intel fortran compiler under Linux
- From: Jan Vorbrüggen <jvorbrueggen@xxxxxxxxxxxxxxx>
- Date: Fri, 12 Oct 2007 11:27:06 +0200
To further elaborate on the problem:
The program uses a single REAL array stored in a blank COMMON
block to pass the data around. This REAL array is used as
double precision REAL data and as double precision COMPLEX data
by passing various array elements to the subroutines involved.
(The pieces that arise that way do _NOT_ overlap - I checked)
Is there a potential for alignment problems? That is, the double precision addresses are naturally aligned by the hardware or software operating on them, but the actual storage is not?
Jan
.
- Follow-Ups:
- Re: Problem with log function - Intel fortran compiler under Linux
- From: Arjen Markus
- Re: Problem with log function - Intel fortran compiler under Linux
- References:
- Problem with log function - Intel fortran compiler under Linux
- From: Arjen Markus
- Re: Problem with log function - Intel fortran compiler under Linux
- From: Arjen Markus
- Re: Problem with log function - Intel fortran compiler under Linux
- From: Gordon Sande
- Re: Problem with log function - Intel fortran compiler under Linux
- From: Arjen Markus
- Problem with log function - Intel fortran compiler under Linux
- Prev by Date: Program slowdown when calling function with dynamic arrays
- Next by Date: Re: Program slowdown when calling function with dynamic arrays
- Previous by thread: Re: Problem with log function - Intel fortran compiler under Linux
- Next by thread: Re: Problem with log function - Intel fortran compiler under Linux
- Index(es):
Relevant Pages
|