[ET Trac] [Einstein Toolkit] #2099: Cactus requires Fortran

Einstein Toolkit trac-noreply at einsteintoolkit.org
Wed Jan 24 10:25:04 CST 2018


#2099: Cactus requires Fortran
----------------------+-----------------------------------------------------
  Reporter:  sbrandt  |       Owner:                     
      Type:  defect   |      Status:  reopened           
  Priority:  minor    |   Milestone:                     
 Component:  Cactus   |     Version:  development version
Resolution:           |    Keywords:                     
----------------------+-----------------------------------------------------

Comment (by hinder):

 I ran git bisect to find the responsible commit.  It claims it is this
 one:
 https://bitbucket.org/cactuscode/cactus/commits/e8f2db41cd59986b256d282c57557daed035d4b6

 {{{
 commit e8f2db41cd59986b256d282c57557daed035d4b6
 Author: Erik Schnetter <schnetter at cct.lsu.edu>
 Date:   Sat Apr 19 11:01:12 2014 +0000

     Drop explicit support for Fortran 77 in Cactus

     This patch drops explicit support for Fortran 77 in Cactus. Fortran 77
     is, for all practical purposes, a subset of Fortran 90, and thus
     Fortran 77 code can be compiled by Fortran 90 compilers.

     There is currently no platform that has a Fortran 77 and no Fortran 90
     compiler, and there is no Fortran source code in Cactus that cannot be
     compiled by a Fortran 90 compiler.

     This patch removes/ignores all configuration options regarding Fortran
     77, and compiles .f77 and .F77 files with a Fortran 90 compiler. This
     simplifies the configuration stage of Cactus.
 }}}

-- 
Ticket URL: <https://trac.einsteintoolkit.org/ticket/2099#comment:8>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit


More information about the Trac mailing list