[ET Trac] [Einstein Toolkit] #2099: Cactus requires Fortran
Einstein Toolkit
trac-noreply at einsteintoolkit.org
Wed Jan 24 10:02:45 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 rhaas):
I ran this test
{{{
cd repos/flesh
for i in `git branch -a | gawk -vFS=/ '/remotes\/origin\/ET_/{print $NF}'`
; do
git checkout $i
cd ../..
rm -rf configs/null/
F90=none F77=none make null-config THORNLIST=/dev/null PROMPT=no || bash
cd -
done
}}}
which finds the first failure in the ET_2014_05 release. So something
changed in the flesh in between that makes it fail if there is no F90 or
F77 compiler.
I think it would be better to fix that regression than to add a workaround
right now.
--
Ticket URL: <https://trac.einsteintoolkit.org/ticket/2099#comment:7>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit
More information about the Trac
mailing list