[petsc-dev] Handling ESSL + Lapack and PESSL

2010-09-13 Thread Boyana Norris
ESSL does not cover all functions in LAPACK, however (intentionally, apparently). Boyana -- Boyana Norris, Computer Scientist, Argonne National Laboratory norris at mcs.anl.gov, +1.630.252.7908, http://www.mcs.anl.gov/~norris/ On Sep 13, 2010, at 2:05 PM, Jed Brown wrote: On Mon, 13 Sep

PETSC_ARCH variable -- PETSC_CONF

2009-11-30 Thread Boyana Norris
Why not recognize both? It's fairly trivial to check for PETSC_CONF if PETSC_ARCH is undefined and internally define PETSC_ARCH using PETSC_CONF. Boyana -- Boyana Norris, Computer Scientist, Argonne National Laboratory norris at mcs.anl.gov, +1.630.252.7908, http://www.mcs.anl.gov/~norris

PETSC_ARCH variable -- PETSC_CONF

2009-11-30 Thread Boyana Norris
On Nov 30, 2009, at 3:59 PM, Barry Smith wrote: On Nov 30, 2009, at 3:51 PM, Boyana Norris wrote: Why not recognize both? It's fairly trivial to check for PETSC_CONF if PETSC_ARCH is undefined and internally define PETSC_ARCH using PETSC_CONF. This is a make variable. I am not sure

PETSC_ARCH variable -- PETSC_CONF

2009-11-30 Thread Boyana Norris
Actually GNU make features are the only reason I continue to touch make -- without them I would not use it for anything. Boyana -- Boyana Norris, Computer Scientist, Argonne National Laboratory norris at mcs.anl.gov, +1.630.252.7908, http://www.mcs.anl.gov/~norris/ On Nov 30, 2009, at 4:29 PM

remove 'x11' test from 'make test'

2009-10-29 Thread Boyana Norris
Thanks for looking that up (I am wondering why it's not default) -- I did that and hopefully X won't need restarting. Boyana -- Boyana Norris, Computer Scientist, Argonne National Laboratory norris at mcs.anl.gov, +1.630.252.7908, http://www.mcs.anl.gov/~norris/ On Oct 28, 2009, at 10:09 PM

remove 'x11' test from 'make test'

2009-10-28 Thread Boyana Norris
the time (but I've learned to ignore those errors). Boyana -- Boyana Norris, Computer Scientist, Argonne National Laboratory norris at mcs.anl.gov, +1.630.252.7908, http://www.mcs.anl.gov/~norris/ On Oct 28, 2009, at 6:49 PM, Barry Smith wrote: On Oct 28, 2009, at 6:41 PM, Satish Balay

script to query PETSc makefile variables?

2009-01-22 Thread Boyana Norris
Is there a script that can be used to query the values of various variables defined in petscvariables makefile snippets (similar to lots of linux tools' pkg-config scripts)? Thanks, Boyana -- Boyana Norris, Computer Scientist| Email: norris at mcs.anl.gov Argonne National Laboratory

script to query PETSc makefile variables?

2009-01-22 Thread Boyana Norris
Knepley wrote: Check out $PETSC_DIR/bin/configVars.py Matt On Thu, Jan 22, 2009 at 4:38 PM, Satish Balay balay at mcs.anl.gov wrote: On Thu, 22 Jan 2009, Boyana Norris wrote: Is there a script that can be used to query the values of various variables defined in petscvariables

script to query PETSc makefile variables?

2009-01-22 Thread Boyana Norris
Ah, ok, that explains it -- it's not in the installed version (the one after make install). Should it be? I really would like to avoid depending on the PETSc source directories. Boyana Matthew Knepley wrote: On Thu, Jan 22, 2009 at 5:15 PM, Boyana Norris norris at mcs.anl.gov wrote

script to query PETSc makefile variables?

2009-01-22 Thread Boyana Norris
Matthew Knepley wrote: On Thu, Jan 22, 2009 at 5:31 PM, Boyana Norris norris at mcs.anl.gov wrote: Ah, ok, that explains it -- it's not in the installed version (the one after make install). Should it be? I really would like to avoid depending on the PETSc source directories

script to query PETSc makefile variables?

2009-01-22 Thread Boyana Norris
responsibility to take out 'script' as well. Matt Barry Matt Boyana Matt Boyana Matthew Knepley wrote: On Thu, Jan 22, 2009 at 5:15 PM, Boyana Norris norris at mcs.anl.gov wrote: Thank you

config/configure.py - configure?

2008-07-17 Thread Boyana Norris
be to generate this file in a shell-script notation.. Satish -- Boyana Norris, Computer Scientist| Email: norris at mcs.anl.gov Argonne National Laboratory | Phone: +1 (630) 252 7908 http://www.mcs.anl.gov/~norris/ | Fax: +1 (630) 252 5986

configure options

2005-04-19 Thread Boyana Norris
This is a suggestion for a trivial addition to what goes in configure.log (that is, if it's not already available elsewhere). One feature that I've found very handy in the otherwise unpleasant use of gnu configure is the ability to cut and paste the options given to configure from the

configure options

2005-04-19 Thread Boyana Norris
Satish, Thanks, this is sufficient for most cases (the only exception I can think of is when configure crashed or was interrupted before this file was created, which has happened to me a few times). Boyana Satish Balay wrote: On Tue, 19 Apr 2005, Boyana Norris wrote: This is a suggestion

more configure....

2005-04-19 Thread Boyana Norris
First, thanks for the lightning fast response to my first petsc-dev question (or is it negative time, since Matt had already implemented what I asked for last night). My next configure wish list thing is to have a way to restart configure from a certain point. This is probably a bit tricky to