installation problems in mac machine

2009-12-21 Thread Dominik Szczerba
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Why use sudo in the first place? I am not a mac user, but normally on unix sudo is the last thing you want to use during everyday work (provided that you are at all allowed to use it). Dominik Satish Balay wrote: Perhaps 'sudo' is not proegating

installation problems in mac machine

2009-12-21 Thread Matthew Knepley
. -- Norbert Wiener -- next part -- An HTML attachment was scrubbed... URL: http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20091221/438929fd/attachment.htm

installation problems in mac machine

2009-12-21 Thread Matthew Knepley
Wiener -- next part -- An HTML attachment was scrubbed... URL: http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20091221/85f3b7d1/attachment-0001.htm

installation problems in mac machine

2009-12-21 Thread Satish Balay
On Mon, 21 Dec 2009, Matthew Knepley wrote: Installation is almost always done with root permission. If you want to be pendatic, you can create other users for specific tasks, like the webserver, but you STILL sudo to that user. In most cases - the part thats done as 'root' is minimised [to

installation problems in mac machine

2009-12-21 Thread h...@umn.edu
When I run make all, I saw many warnings like --- f90_fwrap.F:124.72: subroutine F90Array2dCreateScalar(array,start1,len1, 1 Warning: Line truncated at (1) f90_fwrap.F:130.72:

installation problems in mac machine

2009-12-21 Thread Matthew Knepley
interesting than any results to which their experiments lead. -- Norbert Wiener -- next part -- An HTML attachment was scrubbed... URL: http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20091221/d0638d57/attachment.htm

tag in subjects

2009-12-21 Thread Dominik Szczerba
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Would it be desirable to have [Petsc] automatically prepended to all list messages? I am receiving loads of emails daily from multiple mailing lists and it would greatly help sorting. Dominik -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9

[petsc-users] tag in subjects

2009-12-21 Thread Satish Balay
added now. Satish On Mon, 21 Dec 2009, Dominik Szczerba wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Would it be desirable to have [Petsc] automatically prepended to all list messages? I am receiving loads of emails daily from multiple mailing lists and it would greatly help

[petsc-users] create a matrix in C++ constructor

2009-12-21 Thread Matthew Knepley
-- An HTML attachment was scrubbed... URL: http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20091221/e5d15380/attachment.htm

[petsc-users] create a matrix in C++ constructor

2009-12-21 Thread Matthew Knepley
-- An HTML attachment was scrubbed... URL: http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20091221/e26f440d/attachment.htm

[petsc-users] create a matrix in C++ constructor

2009-12-21 Thread Lisandro Dalcín
On Mon, Dec 21, 2009 at 8:01 PM, Umut Tabak u.tabak at tudelft.nl wrote: Mat A initializes the pointer to null internally, am I right? Mmm... do not rely on that behavior... I would explicitly initialize A(0) in the initialization list of every constructor... -- Lisandro Dalc?n

[petsc-users] create a matrix in C++ constructor

2009-12-21 Thread Lisandro Dalcín
2009/12/21 Umut Tabak u.tabak at tudelft.nl: Matthew Knepley wrote: Then it is not MatCreate() causing your SEGV. ?Matt Dear Matthew, Attached are the makefile and the test codes for this crash. When I check with ddd, I get the crash on that line. You forgot to call

[petsc-users] installation problems in mac machine

2009-12-21 Thread Barry Smith
Please send this type of report to petsc-maint at mcs.anl.gov not petsc-users Please send configure.log and make.log to petsc-maint at mcs.anl.gov Barry On Dec 21, 2009, at 3:34 PM, hxie at umn.edu wrote: When I run make all, I saw many warnings like --- f90_fwrap.F:124.72: