On Tue, Nov 23, 2010 at 11:01 AM, Andrea Hawkins-Daarud <[email protected]> wrote: > Hello- > > First of all, I apologize because I know this is not the most > appropriate list to ask this question, but the TACC user portal seems > to be down, and I thought someone on this list might know the answer. > =) > > So, I've downloaded the most recent version of libmesh (as of > yesterday morning) onto Ranger and configured/built it using Ranger's > petsc/3.1 module (so PETSC_ARCH=barcelona). In the configure.log file > for this version it seems to have been built with mumps (i.e. > --with-mumps=1 --download-mumps=yes). But, when I submit the job > script with the following options: > > ibrun /share/home/00639/ahawkins/tgm_energy_stable/energy_stable-opt > energy_input.in -pc_type lu -ksp_type preonly -mat_type aijmumps > > I get an error of unknown matrix type. > > I didn't see an obvious module I should load... Did petsc change its > api for the matrix type? Or is there a trick for Ranger?
Hi Andrea, Agreed with Paul, I don't think you need the -mat_type argument, and do need -pc_factor_mat_solver_package. -- John ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
