[Please include fenics-support in Cc] The problem is that it links with the system LAPACK and BLAS instead of OpenBLAS that HashDist has built. The quick fix will be to build PETSc without MUMPS. Try this:
git clone https://bitbucket.org/fenics-project/fenics-developer-tools.git cd fenics-developer-tools cp install/profiles/fenics.Linux.yaml local.yaml editor local.yaml Now remove the following two lines from local.yaml: download: | mumps, scalapack, blacs, ml Finally, run: ./install/fenics-install.sh local.yaml Johannes On Tue, Jul 14, 2015 at 7:13 PM André Timótheo <[email protected]> wrote: > > > Em ter, 14 de jul de 2015 às 09:33, Johannes Ring <[email protected]> > escreveu: > >> The error in the build.log is this: >> >> 2015/07/13 23:09:48 - INFO: [package:run_job] ERROR: See >> "arch-linux2-c-opt/conf/configure.log" file for >> details >> >> 2015/07/13 23:09:48 - INFO: [package:run_job] Checking >> environment... >> 2015/07/13 23:09:48 - INFO: [package:run_job] Checking PETSc >> installation... >> 2015/07/13 23:09:48 - INFO: [package:run_job] ERROR: Unable to link with >> PETSc >> >> Please send us >> /projects/d800605f-5bec-48c8-8c21-5fa60022fa9a/.hashdist/tmp/slepc-bvy3tmydxkf2-3/arch-linux2-c-opt/conf/configure.log >> as an attachment. >> >> Johannes >> >> On Tue, Jul 14, 2015 at 2:26 PM André Timótheo <[email protected]> >> wrote: >> >>> I am trying to install FEniCS on SageMathCloud via curl -s >>> http://fenicsproject.org/fenics-install.sh | bash >>> ( the option [1] stable fenics version ) >>> >>> I have some problems with slepc: >>> [slepc >>> ] tail -f >>> /projects/d800605f-5bec-48c8-8c21-5fa60022fa9a/.hashdist/tmp/slepc-bvy3tmydx >>> kf2-3/_hashdist/build.log >>> [slepc|ERROR >>> ] Command '[u'/bin/bash', '_hashdist/build.sh']' returned non-zero exit >>> status 1 >>> [slepc|ERROR] command failed (code=1); raising >>> >>> The build.log error file is attached. >>> >>> Thank you very much for any kind of *help*. >>> >>> André Timótheo >>> >> _______________________________________________ >>> fenics-support mailing list >>> [email protected] >>> http://fenicsproject.org/mailman/listinfo/fenics-support >>> >>
_______________________________________________ fenics-support mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics-support
