From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vs1-xe2a.google.com (mail-vs1-xe2a.google.com [IPv6:2607:f8b0:4864:20::e2a]) by sourceware.org (Postfix) with ESMTPS id CADFD3832342 for ; Wed, 7 Dec 2022 06:59:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org CADFD3832342 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-vs1-xe2a.google.com with SMTP id q128so16373057vsa.13 for ; Tue, 06 Dec 2022 22:59:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=+sAQvzCTxm078Dp/kggQPvgEa98QcF1aXam8ERb3m2k=; b=o+VkkL78BrnsvGPvOJAQmTYgO3noU3qKkTZmZ/O/EpeF6OK90xXA2uDHPHvoyCpUYY AdH2IEHL6h0zETPOpZhVfYgsoeeUR+g5orvjxFZ/b82SUGWu1IpkTif5MO6kgiAdAQ+8 CjY5Kn4vHLwG8pj/11oaKYIYxTw0obcZJWkiJIunZemm5f2yrg26LcFtCpoRPZ+FcW+q RZA8tFuntm69oazeThd3tL277lft0/tojMr5f7IRwzNA8c2aIYksAkqLcSe0GLhSFjPI d+IvHQ63taj4cFq2e95f+ylM1G8WiJtyaj1DD9fB7BuG5GFpappt0YBk6GdlzClOxJN6 q4ig== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=+sAQvzCTxm078Dp/kggQPvgEa98QcF1aXam8ERb3m2k=; b=sbAv+8eCwZiwmUQmUO5+klXFWDKxZo1UHNnf/7ySEYI+qHpD7Ko6sqpS7MluUJ1fGI PN+YDf7qqYsZtDkRS5oXpacL2z5V+tbrmL+3n4ikFC+ceiVOpVqUCpbI5YIsgFaxcnJU lgtmgyZAGA7Frdenz2jOH7mb+oduqVgwtFIirB6Ef+EadMN2HVnqKzbKrlqGmLjM1JEW OnkzQ/4w74SN7U9ZgPFPonOoX6yIMEynLPTqMvV/2CBDR92FIkgj/TvLh969aj+9vFWl Iyjv79kZDSnQTHK44QdKi3rnAjzvtpSgcSzubFeo4EhqW71MAuX07spwLGdkQGp/pwxo NXfA== X-Gm-Message-State: ANoB5pkwY7lG7UIOO6pAYYo26EkcSKPjJ1EEs1+zzB5MNWqXLpwsdjCI TczqQ1slKo03AUpvsKrCNL4YLbIB3gDbk0Sylow= X-Google-Smtp-Source: AA0mqf4yu+Y7d9eSrAfvjyGzTNye9k/SiqyQWF9Jq1eHyTuSTn4qSLDmBrp34yJE6C5HoykbYKdV4CG0UuGEsrHtfW0= X-Received: by 2002:a67:1703:0:b0:3b0:4c2f:354a with SMTP id 3-20020a671703000000b003b04c2f354amr40976187vsx.28.1670396376074; Tue, 06 Dec 2022 22:59:36 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Paul Richard Thomas Date: Wed, 7 Dec 2022 06:59:25 +0000 Message-ID: Subject: Re: Quick question... To: Gary Melnick Cc: fortran@gcc.gnu.org Content-Type: multipart/alternative; boundary="000000000000a14d8905ef3776f9" X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --000000000000a14d8905ef3776f9 Content-Type: text/plain; charset="UTF-8" Hi Gary, The equally quick answer is that I don't know. https://help.imsl.com/fortran/ indicates that the library is compiled with Intel fortran. While there are fortran 77 interfaces for most (all?) of the routines, all the examples show use of modules that will have been compiled with Intel. I suggest that you ask the supplier of IMSL. This list is dedicated to the development of gfortran. You might obtain a more useful answer from one of the other lists supporting fortran usage in general. Good luck Paul On Tue, 6 Dec 2022 at 17:56, Gary Melnick via Fortran wrote: > Hi, > > I'm wondering if I migrate to GNU gfortran whether I can use my Perforce > International Mathematics and Statistics Library (IMSL) Fortran software > in conjunction with gfortran 77 on my 2012 MacPro? > > Thank you in advance for your help. > > Regards, > Gary > -- "If you can't explain it simply, you don't understand it well enough" - Albert Einstein --000000000000a14d8905ef3776f9--