On Thu, May 8, 2014 at 5:36 PM, Serge-Étienne Parent <[email protected]> wrote: > Hi, > > I fetched a brand new dorsal. I assured that all dependencies specified in > fedora15.platform were actually installed and that module load > mpi/openmpi-x86_64 was run. I ran > > ./dorsal.sh FEniCS/platforms/supported/fedora15.platform > > for both boot_1_51_0 and boot_1_55_0 (removing CHECKSUM) with respective ./b2 > commands > > ./b2 --without-context -j ${PROCS} --user-config=user-config.jam > --build-dir=dorsal_build_dir link=shared install ${CONFOPTS} -q > > ./b2 -j ${PROCS} --user-config=user-config.jam --build-dir=dorsal_build_dir > link=shared install ${CONFOPTS} > > boot_1_51_0 did not compile. On the other hand, boot_1_55_0 did compile but > the build end up to an error regarding parmetis. > > Please see the attached logs.
ok, so Boost is fine but it fails to build ParMETIS with the same error as before. I suggest you build without ParMETIS for now since it is only an optional dependency for DOLFIN and SCOTCH is a good alternative AFAIK. You can disable the ParMETIS build simply by commenting out 'parmetis' in the platform file. Johannes > -- > S-É > > Le jeu 8 mai 2014 à 4:37, Johannes Ring <[email protected]> a écrit : > > [Please keep fenics-support in Cc] On Wed, May 7, 2014 at 9:55 PM, > Serge-Étienne Parent <[email protected]> wrote: >>I got rid of mpich, and could load openmpi by running module load >>mpi/openmpi-x86_64 instead of module load openmpi-x86_64 But Dorsal still >>fails to compile. Please find the dorsal_build.log file attached. > I couldn't find any errors in the log file. Are you sure Dorsal failed > to build Boost? If you are, then please add '-q' to the './b2' command > in boost.package in Dorsal. This will make sure that Boost stops to > build at the first error it encounters. Then attach the > dorsal_build.log in your reply. Johannes _______________________________________________ fenics-support mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics-support
