Tonto is still absent on fedora 13 repo, the reason is I want to improve the spec file and produce mpi binaries as well. So far I have rpms for red hat 6: a basic gfortran build, an openmpi build, a mpich2 build and a mvapich2 build. I used a svn snapshot for the build.
For centos 5, I ran into a compiler bug so I am stuck.
For fedora, I have a linking problem on the mpi version (libmpi_f90 not found) which I am trying to solve.
the linking problem was due to static linking, fedora banned static libraries.
However, the program crashed on a few tests 🙁