Current dev version of petsc include TAO. So there is no need to separately 
install TAO. But you should use the dev version of dolfin (and dependencies).

Compile dolfin with the cmake option  -DDOLFIN_ENABLE_TAO=true (this setting is 
necessary only till the release of the next petsc version)

Best,

Corrado 
 

Le 1 juin 2014 à 22:42, André Timótheo <[email protected]> a écrit :

> Please, I need some help.
> 
> On Ubuntu 12.04 during the compilation of Dolfin 
> using dorsal there is a Failure:
> 
> /home/parallels/Work/FEniCS/include/ufc.h:346:18: note: virtual void 
> ufc::interior_facet_integral::tabulate_tensor(double*, const double* const*, 
> const double*, const double*, std::size_t, std::size_t, int, int) const
> /home/parallels/Work/FEniCS/include/ufc.h:346:18: note:   candidate expects 8 
> arguments, 6 provided
> make[2]: *** [dolfin/CMakeFiles/dolfin.dir/adaptivity/LocalAssembler.cpp.o] 
> Error 1
> make[2]: Leaving directory 
> `/home/parallels/Work/FEniCS/src/dolfin-1.3.0/dorsal_build_dir'
> make[1]: *** [dolfin/CMakeFiles/dolfin.dir/all] Error 2
> make[1]: Leaving directory 
> `/home/parallels/Work/FEniCS/src/dolfin-1.3.0/dorsal_build_dir'
> make: *** [all] Error 2
> make: Leaving directory 
> `/home/parallels/Work/FEniCS/src/dolfin-1.3.0/dorsal_build_dir'
> Failure with exit status: 2
> Exit message: There was a problem building dolfin-1.3.0.
> 
> How can I solve this problem?
> 
> p.s.: I have petsc-dev, slepc and (the last) tao (version) installed with the 
> correct shell variables exported. During the (partial) compilation 
> there is a message:
> 
> TAO_DIR is /home/parallels/tao
> -- Performing test TAO_TEST_RUNS - Failed
> -- Performing test TAO_TEST_3RD_PARTY_LIBS_RUNS - Failed
> -- TAO could not be found. Be sure to set TAO_DIR, PETSC_DIR, and PETSC_ARCH. 
> (missing:  TAO_TEST_RUNS) 
> 
>     I have installed TAO and I really need to use the 
> TAOBoudLinearSolver.
> 
>     How can I solve this problem?
> 
> Thank you for atention.
> Andre Machado
> 
> 
> _______________________________________________
> 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

Reply via email to