On Sun, 21 Apr 2013 19:43:36 -0400 Damiaan Habets <[email protected]> wrote: > Hi, > > I'm trying to compile dolfin 1.1.1 on scinet ( > http://wiki.scinethpc.ca/wiki/index.php/SciNet_User_Support_Library) > and I'm running into some problems. > > I looked around, but couldn't find a list that tells me what versions > of the supporting software (petsc, lapack, etc.) are recommended for > dolfin 1.1.1 or better yet, what your Redhat/CentOS test environment > uses. > > Unfortunately some of the versions that dorsal downloads by default > do not compile cleanly for various reasons (bugs, architecture, etc) > but I was able to use slightly newer versions and get things compiled > (including dolfin). However, I'm still getting weird bugs during > runtime and I'm trying to rule out any version issues. > > I would like to know what versions of FFC, FIAT, Instant, Viper and > UFL are required and which ones are recommended for the other > packages (petsc, lapack, blas, etc.). > > If it is listed somewhere, please let me know :) > > thanks, > Damiaan >
FEniCS 1.x.y requires UFL 1.x.y, FFC 1.x.y, UFC 2.x.y, Instant 1.x.y, DOLFIN 1.x.y. Except x.y = 0.0, 0.1 which requires UFC 2.0.5, 2.0.6 or 2.0.7. Also FIAT 1.x.y for x<=1 and FIAT 1.1.0 for x=2. Generally dependencies for DOLFIN can be found in CMakeList.txt. Jan _______________________________________________ fenics mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics
