Deutsch English Français Italiano |
<vgtt3v$169sh$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: in gfortran, is it faster compile times with *.mod files ? Date: Mon, 11 Nov 2024 15:31:43 -0600 Organization: A noiseless patient Spider Lines: 10 Message-ID: <vgtt3v$169sh$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Mon, 11 Nov 2024 22:31:43 +0100 (CET) Injection-Info: dont-email.me; posting-host="c542546d3c3c9b30a5af997c68e0fd0e"; logging-data="1255313"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+mDF/KCA4soVo94oC/loTQZehWdCN8UL8=" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:5KcYuSxvtMKTijeHbh3/vjgxkGM= Content-Language: en-US Bytes: 1236 In gfortran, is it faster compile times with *.mod files ? Or is it just as fast compiling to include the module interface information in each subroutine / function file ? Is there any chance that gfortran will automatically generate and use module files in the future like IVF ? Thanks, Lynn