Deutsch   English   Français   Italiano  
<vhg9ik$1e44e$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder2.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lynn McGuire <lynnmcguire5@gmail.com>
Newsgroups: comp.lang.fortran
Subject: can gfortran notify me when it can not find a module interface for a
 subroutine call ?
Date: Mon, 18 Nov 2024 14:54:44 -0600
Organization: A noiseless patient Spider
Lines: 8
Message-ID: <vhg9ik$1e44e$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 18 Nov 2024 21:54:45 +0100 (CET)
Injection-Info: dont-email.me; posting-host="bc540513460c2acb3c6b57a63e9c6bd0";
	logging-data="1511566"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+9v7LL2wJ4QQlgoTNmSIfNvHnCvR0CsSI="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:YNrhkl7NG+p1mdAAxWd3DQr1+Q8=
Content-Language: en-US
Bytes: 1209

Can gfortran notify me when it can not find a module interface for a 
subroutine or function call ?

I have 6,000+ subroutines and only 2,603 module interfaces in my module 
file.  I would like to automate this as much as possible.

Thanks,
Lynn