For Programmers: Free Programming Magazines  


Home > Archive > Fortran > January 2008 > Why is this structure misaligned?









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Why is this structure misaligned?
none

2008-01-28, 8:24 am

DVF 5.0 through 6.1A never complained about the following structure being
misaligned. But with IVF 9.1 I do get this message. I can't see why,
though. Any suggestions? (I get it for several structures, all containing
only double precision variables). The compiler is set for 'Default' on
data alignment, and compiling under Windows Vista.

structure /GasComponent/
double precision N2
double precision O2
double precision CO2
double precision CH4
double precision SO2
double precision H2O
double precision Ash
end structure ! /GasComponent/

Steve Lionel

2008-01-28, 7:25 pm

On Jan 28, 9:00 am, none <n...@none.net> wrote:
> DVF 5.0 through 6.1A never complained about the following structure being
> misaligned. But with IVF 9.1 I do get this message.


I can't reproduce this based on just what you posted here. It would
be helpful to have a small but complete program that demonstrates the
problem. Better would be for you to post in the Intel Fortran forum at
http://softwarecommunity.intel.com/.../ShowForum.aspx

Steve Lionel
Developer Products Division
Intel Corporation

none

2008-01-28, 7:25 pm

On Mon, 28 Jan 2008 07:18:21 -0800, Steve Lionel wrote:

> On Jan 28, 9:00 am, none <n...@none.net> wrote:
>
> I can't reproduce this based on just what you posted here. It would
> be helpful to have a small but complete program that demonstrates the
> problem. Better would be for you to post in the Intel Fortran forum at
> http://softwarecommunity.intel.com/.../ShowForum.aspx
>
> Steve Lionel
> Developer Products Division
> Intel Corporation


I just took the error message and the identified structure. This PC
doesn't have my Forum logon details, so I'll aim to do this at work
tomorrow.
none

2008-01-30, 7:24 pm

On Mon, 28 Jan 2008 15:27:58 +0000, none wrote:

> On Mon, 28 Jan 2008 07:18:21 -0800, Steve Lionel wrote:
>
>
> I just took the error message and the identified structure. This PC
> doesn't have my Forum logon details, so I'll aim to do this at work
> tomorrow.


A small example didn't reproduce the error, suggesting that the problem
with alignment isn't where the error message reports, so I'll have to look
at the containing file.

I did try to post on the Intel Forum, but after entering my details on the
Login page I was taken to the Login page; I gave up this circular exercise
after a few attempts. This behaviour was experienced with both Forfox 2
and IE 6.0. It wasn't a misentered username or password, as for those I
got a clear message.
Steve Lionel

2008-01-30, 10:25 pm

On Jan 30, 5:15 pm, none <n...@none.net> wrote:

> I did try to post on the Intel Forum, but after entering my details on the
> Login page I was taken to the Login page; I gave up this circular exercise
> after a few attempts. This behaviour was experienced with both Forfox 2
> and IE 6.0. It wasn't a misentered username or password, as for those I
> got a clear message.


Please send me an email with the account you're using on the web site
and I'll look into it.

You do know that you have to register for the forums separately from
the product?

Steve
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com