On Mon, Dec 21, 2009 at 3:33 PM, Dominik Szczerba <span dir="ltr">&lt;<a href="mailto:dominik@itis.ethz.ch">dominik@itis.ethz.ch</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA1<br>
<br>
</div>Matthew Knepley wrote:<br>
&gt; On Mon, Dec 21, 2009 at 3:20 PM, Dominik Szczerba &lt;<a href="mailto:dominik@itis.ethz.ch">dominik@itis.ethz.ch</a><br>
&gt; &lt;mailto:<a href="mailto:dominik@itis.ethz.ch">dominik@itis.ethz.ch</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt; With sudo you gain administrative rights (still depends on the actual<br>
&gt; sudoers config) - in principle you can harm your system by mistake (sudo<br>
&gt;  rm -fr /usr/lib/* ...). That is why it is normally not allowed on large<br>
&gt; multiuser systems. It should be possible to use any non-system software<br>
&gt; without it.<br>
&gt;<br>
&gt;<br>
&gt;&gt; Installation is almost always done with root permission. If you want to<br>
&gt;&gt; be pendatic,<br>
&gt;&gt; you can create other users for specific tasks, like the webserver, but<br>
&gt;&gt; you STILL<br>
&gt;&gt; sudo to that user.<br>
<br>
- From Wikipedia:<br>
<br>
&quot;The sudo (...) command is a program for some Unix and Unix-like<br>
computer operating systems that allows users to run programs with the<br>
security privileges of another user (normally the superuser, a.k.a. root).&quot;<br>
<br>
If &quot;another user&quot; is the superuser (which it often is in popular linux<br>
distros) if you are lucky you can render your system non-bootable (if<br>
you are not you can lose data).<br>
<br>
I strongly discourage anybody using superuser for compilation - or God<br>
forbid - entrusting oneself to installation scripts of 3rd party<br>
programs on critical systems [*].<br></blockquote><div><br>So if its own Wikipedia, it must be correct. This is silly. Using sudo for installation<br>is standard. If you do not want to do it, don&#39;t.<br><br>  Matt<br>
 </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Dominik<br>
<br>
[*] General attitude, not just Petsc.<br>
<br>
&gt;<br>
&gt;&gt;    Matt<br>
&gt;<br>
&gt;<br>
&gt; Dominik<br>
<div class="im">&gt;<br>
&gt;<br>
&gt; Matthew Knepley wrote:<br>
&gt;&gt; On Mon, Dec 21, 2009 at 3:13 PM, Dominik Szczerba<br>
</div>&gt; &lt;<a href="mailto:dominik@itis.ethz.ch">dominik@itis.ethz.ch</a> &lt;mailto:<a href="mailto:dominik@itis.ethz.ch">dominik@itis.ethz.ch</a>&gt;<br>
<div class="im">&gt;&gt; &lt;mailto:<a href="mailto:dominik@itis.ethz.ch">dominik@itis.ethz.ch</a> &lt;mailto:<a href="mailto:dominik@itis.ethz.ch">dominik@itis.ethz.ch</a>&gt;&gt;&gt; wrote:<br>
&gt;<br>
&gt;&gt; Why use sudo in the first place?<br>
&gt;&gt; I am not a mac user, but normally on unix sudo is the last thing you<br>
&gt;&gt; want to use during everyday work (provided that you are at all allowed<br>
&gt;&gt; to use it).<br>
&gt;<br>
&gt;<br>
&gt;&gt;&gt; Not sure why you would think that. In fact, sudo is the safe way<br>
&gt; to do<br>
&gt;&gt;&gt; things<br>
&gt;&gt;&gt; and recommended for everyday usage.<br>
&gt;<br>
&gt;&gt;&gt;   Matt<br>
&gt;<br>
&gt;<br>
&gt;&gt; Dominik<br>
&gt;<br>
&gt;&gt; Satish Balay wrote:<br>
&gt;&gt;&gt; Perhaps &#39;sudo&#39; is not proegating PETSC_DIR,PETSC_ARCH variables<br>
&gt;&gt;&gt; properly?<br>
&gt;<br>
&gt;&gt;&gt; Try &#39;sudo /bin/bash&#39; and do the whole install in that shell.<br>
&gt;<br>
&gt;&gt;&gt; BTW: you have a typo with PETSC_ARCH further down..  And we recommend<br>
&gt;&gt;&gt; using COPTFLAGS, FOPTFLAGS --with-debugging=0 for optimziation<br>
&gt; builds.<br>
&gt;<br>
&gt;&gt;&gt; Satish<br>
&gt;<br>
</div><div><div></div><div class="h5">&gt;&gt;&gt; On Mon, 21 Dec 2009, <a href="mailto:hxie@umn.edu">hxie@umn.edu</a> &lt;mailto:<a href="mailto:hxie@umn.edu">hxie@umn.edu</a>&gt;<br>
&gt; &lt;mailto:<a href="mailto:hxie@umn.edu">hxie@umn.edu</a> &lt;mailto:<a href="mailto:hxie@umn.edu">hxie@umn.edu</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;&gt;&gt;&gt; Hi,<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; My operation system is Mac OS X 10.6.2. I unzip the petsc under<br>
&gt;&gt;&gt;&gt; /usr/local/petsc-3.0.0-p10.<br>
&gt;&gt;&gt;&gt; I use the following to configure petsc.<br>
&gt;&gt;&gt;&gt; -------<br>
&gt;&gt;&gt;&gt; sudo ./config/configure.py --CFLAGS=-O3 --FFLAGS=-O3<br>
&gt;&gt;&gt;&gt; --with-mpi-dir=/usr/local/mpich2-1.2.1 --with-fortran<br>
&gt; --with-shared=0<br>
&gt;&gt;&gt;&gt; --with-fc=gfortran<br>
&gt;&gt;&gt;&gt; -------<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; And I run the following commands:<br>
&gt;&gt;&gt;&gt; ----<br>
&gt;&gt;&gt;&gt; export PETS_ARCH=darwin10.2.0-c-debug;<br>
&gt;&gt;&gt;&gt; PETSC_DIR=/usr/local/petsc-3.0.0-p10; export PETSC_DIR<br>
&gt;&gt;&gt;&gt; ----<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; When I run &quot; sudo make all&quot;, it gives some errors:<br>
&gt;&gt;&gt;&gt; -----<br>
&gt;&gt;&gt;&gt; makefile:15: /conf/base: No such file or directory<br>
&gt;&gt;&gt;&gt; makefile:16: /conf/test: No such file or directory<br>
&gt;&gt;&gt;&gt; make: *** No rule to make target `/conf/test&#39;.  Stop.<br>
&gt;&gt;&gt;&gt; -----<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; It seems it cannot find the PETSC_DIR. (I use x11. &quot;echo $SHELL&quot;<br>
&gt; gets<br>
&gt;&gt;&gt;&gt; &quot;/bin/bash&quot;)<br>
&gt;&gt;&gt;&gt; Do I need to add &quot;PETSC_DIR = /usr/local/petsc-3.0.0-p10&quot; in the<br>
&gt;&gt; makefile<br>
&gt;&gt;&gt;&gt; file? Thanks.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Bests,<br>
&gt;&gt;&gt;&gt; Hui<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;&gt; --<br>
</div></div>&gt;&gt; What most experimenters take for granted before they begin their<br>
&gt;&gt; experiments is infinitely more interesting than any results to which<br>
&gt;&gt; their experiments lead.<br>
&gt;&gt; -- Norbert Wiener<br>
&gt;<br>
<br>
&gt; --<br>
&gt; What most experimenters take for granted before they begin their<br>
&gt; experiments is infinitely more interesting than any results to which<br>
&gt; their experiments lead.<br>
&gt; -- Norbert Wiener<br>
<div class="im"><br>
-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1.4.9 (GNU/Linux)<br>
<br>
</div>iEYEARECAAYFAksv6akACgkQ/EBMh9bUuzI6OgCfbVX3klLEC1hxmvP3Oi+ONrC+<br>
N+EAoK+JjmWiGo6MzszvRmoEK7p/vJao<br>
=UNSb<br>
-----END PGP SIGNATURE-----<br>
</blockquote></div><br><br clear="all"><br>-- <br>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>-- Norbert Wiener<br>