On Wed, Apr 30, 2014 at 12:04 PM, Lorenzo Zanon
<za...@aices.rwth-aachen.de>wrote:

> Hello,
>
> Now I should have slepc correctly installed with arpack. But still it
> looks like I cannot use arpack in libmesh, since in the file
> slepc_eigen_solver.C the arpack lines are commented out:
>
> // case ARPACK:
> // ierr = EPSSetType (_eps, (char*) EPSARPACK);
> LIBMESH_CHKERRABORT(ierr); return;
>
> Is there maybe something else I should add when libmesh is configured,
> other than --enable-slepc?
>

This kind of looks like something we commented out because we didn't have a
good way of configuring for the situation where slepc has arpack vs.
doesn't have arpack.

Since you have it, you should be safe to uncomment this case and recompile
libmesh in order to start using Arpack with Slepc.

By the way, would you mind sharing
your slepcconf/slepc_common_variables/slepc_variables file with Arpack
enabled?  There is probably something we can look for there to see if slepc
has Arpack enabled and handle this case automatically...

-- 
John
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to