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

Einstein Toolkit trac-noreply at einsteintoolkit.org
Wed Jan 24 10:30:17 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):

 For reference, git bisect was run like this:

 {{{
 cd repos/flesh
 cat >test_cctk_real <<EOF
 #!/bin/bash

 cd ../..
 rm -rf configs/null
 rm -f repos/flesh/log.txt

 F90=none F77=none make null-config THORNLIST=/dev/null PROMPT=no
 >repos/flesh/log.txt 2>&1
 EOF

 chmod u+x test_cctk_real
 git bisect start 4c1114c004274bc13ea97a917ca0223259117018
 e1ab21232c9a093812275bc08ba74870b28a0f45 --
 git bisect run ./test_cctk_real
 }}}
 Note that the two hashes are the "bad" and "good" commits respectively.
 In each case, I took the commit on the master branch which was branched
 from to make the release branches, otherwise git bisect complains that
 there is no merge base being tested because one commit is not an ancestor
 of the other.

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


More information about the Trac mailing list