Re: intel compiler problem
From: Richard Maine (nospam_at_see.signature)
Date: 10/16/03
- Next message: Dr Chaos: "Re: Rounding error when doing float-to-integer"
- Previous message: Dr Chaos: "Re: intel compiler problem"
- In reply to: Matthew Nobes: "intel compiler problem"
- Next in thread: Matthew Nobes: "Re: intel compiler problem"
- Reply: Matthew Nobes: "Re: intel compiler problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 16 Oct 2003 13:39:28 -0700
Matthew Nobes <manobes@sfu.ca> writes:
> master_vertex_list(count1)%entry_list(count2)%term_list(count3)%bac_label = bac_mom_label
> ^
> Error 24 at (320:gluon_ops/plaq_act_0b_2d.f90) : syntax error
This isn't enough context to tell much. The error message seems
pretty uninformative, but based solely on what it is pointing to, it
sounds somewhat like it doesn't recognize that these are derived
type objects (and thus that the % doesn't make sense). But I could
be off base on that.
Declarations are absolutely critical to diagnosing compilation
problems like this. Just seeing the isolated code line doesn't help
much. I'd need to see the declarations of all relevant things to be
of much help here...and preferably as part of a compilable sample
instead of as isolated lines.
If you do have just isolated lines, it may be very important exactly
where those lines are and how they relate to the place where the
error occurs. In paticular, if perhaps they are in a separate
module source file, then your problems might have more to do with
module compilation that with the source code.
But I'm already speculating beyond what I have data to support;
I need more input here to generate useful output.
-- Richard Maine | Good judgment comes from experience; email: my first.last at org.domain | experience comes from bad judgment. org: nasa, domain: gov | -- Mark Twain
- Next message: Dr Chaos: "Re: Rounding error when doing float-to-integer"
- Previous message: Dr Chaos: "Re: intel compiler problem"
- In reply to: Matthew Nobes: "intel compiler problem"
- Next in thread: Matthew Nobes: "Re: intel compiler problem"
- Reply: Matthew Nobes: "Re: intel compiler problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|