Re: Huge program, no interfaces, ugh
- From: "Steve Lionel" <steve.lionel@xxxxxxxxx>
- Date: 31 Jan 2007 10:36:29 -0800
On Jan 31, 12:01 pm, "Ancient_Hacker" <g...@xxxxxxxxxxx> wrote:
It sure would be nice if the compiler required interfaces for every
called function or subroutine.
You don't say which compiler you're using. The Intel Fortran compiler
has options "-gen-interface -warn interface" which, used together,
tells the compiler to automatically generate modules with interfaces
for each routine compiled and then to look for the corresponding
module when it sees a call to a routine for the purpose of error
checking. This can be quite handy.
Steve Lionel
Developer Products Division
Intel Corporation
Nashua, NH
User communities for Intel Software Development Products
http://softwareforums.intel.com/
Intel Fortran Support
http://developer.intel.com/software/products/support/
My Fortran blog
http://www.intel.com/software/drfortran
.
- References:
- Huge program, no interfaces, ugh
- From: Ancient_Hacker
- Huge program, no interfaces, ugh
- Prev by Date: Re: What is going on with Lahey?
- Next by Date: Re: nested loop is not working...im new
- Previous by thread: Re: Huge program, no interfaces, ugh
- Next by thread: Re: Huge program, no interfaces, ugh
- Index(es):
Relevant Pages
|