From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4557 invoked by alias); 8 Oct 2017 15:57:24 -0000 Mailing-List: contact fortran-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: fortran-owner@gcc.gnu.org Received: (qmail 4548 invoked by uid 89); 8 Oct 2017 15:57:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy= X-HELO: nef2.ens.fr Received: from nef2.ens.fr (HELO nef2.ens.fr) (129.199.96.40) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 08 Oct 2017 15:57:21 +0000 Received: from mailhost.lps.ens.fr (tournesol.lps.ens.fr [129.199.120.1]) by nef2.ens.fr (8.13.6/1.01.28121999) with ESMTP id v98FvIWi003686 ; Sun, 8 Oct 2017 17:57:18 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mailhost.lps.ens.fr (Postfix) with ESMTP id 27AF4145; Sun, 8 Oct 2017 17:57:18 +0200 (CEST) Received: from mailhost.lps.ens.fr ([127.0.0.1]) by localhost (tournesol.lps.ens.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FAE2cmSa3Lt8; Sun, 8 Oct 2017 17:57:18 +0200 (CEST) Received: from [192.168.1.11] (log78-1-82-242-47-10.fbx.proxad.net [82.242.47.10]) by mailhost.lps.ens.fr (Postfix) with ESMTPSA id 00120144; Sun, 8 Oct 2017 17:57:17 +0200 (CEST) From: =?utf-8?Q?Dominique_d=27Humi=C3=A8res?= Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: Several Questions. Message-Id: <0C3935D4-C9E4-498E-B36F-89474045415F@lps.ens.fr> Date: Sun, 08 Oct 2017 15:57:00 -0000 Cc: gfortran To: s.molnar@sbcglobal.net X-SW-Source: 2017-10/txt/msg00050.txt.bz2 > Question 1. How do I join the gfortran users mailing list? If you want to subscribe to the list, go to https://gcc.gnu.org/lists.html#= subscribe and select fortran. > comp@AbNormal:~/Apps/gFortran$ ./mt3dm1 B1.prn > At line 18 of file MT3DM1.FOR (unit =3D 1) > Fortran runtime error: Cannot open file '': No such file or directory As usual, you need to post the code in order to get some help. Welcome on board! Dominique