@duy lee<br>i inserted the line #$ -V in my qsub script and the env variable $LD_LIBRARY_PATH is being set from script... thanks for that but still problem persists.<br><br>@rakshit<br><br>-----------------------------<br>


$find /usr/lib -name libgfortran* <br>-----------------------------<br>and output is <br>_______________________<br>/usr/lib/libgfortran.so.1.0.0<br>/usr/lib/libgfortran.so.1<br>/usr/lib/gcc/x86_64-redhat-linux6E/4.3.2/libgfortran.a<br>


/usr/lib/gcc/x86_64-redhat-linux6E/4.3.2/libgfortranbegin.a<br>/usr/lib/gcc/x86_64-redhat-linux6E/4.3.2/libgfortran.so<br>/usr/lib/gcc/x86_64-redhat-linux6E/4.3.2/32/libgfortran.a<br>/usr/lib/gcc/x86_64-redhat-linux6E/4.3.2/32/libgfortranbegin.a<br>


/usr/lib/gcc/x86_64-redhat-linux6E/4.3.2/32/libgfortran.so<br>_______________________<br>whereas on doing<br>-----------------------------<br>$find /usr/lib64 -name libgfortran*<br>-----------------------------<br>ouput is <br>


_________________<br>/usr/lib64/libgfortran.so.3.0.0<br>/usr/lib64/libgfortran.so.1.0.0<br>/usr/lib64/libgfortran.so.1<br>find: /usr/lib64/audit: Permission denied<br><b>/usr/lib64/libgfortran.so.3</b><br>_________________<br>


<br>it means my OS has the required library, i guess<br><br>i installed the QE on the head node<br>This cluster is a Rocks cluster with<br>
<br>
    # of nodes: 10 (1 head node + 9 compute nodes)<br>
    # of processors/node: 8<br>
    # Total # of processors: 10X8 = 80<br><br>i tested the sample program for submitting batch jobs using SGE utility and it is working fine( <a href="http://www.rocksclusters.org/roll-documentation/sge/5.2/submitting-batch-jobs.html">http://www.rocksclusters.org/roll-documentation/sge/5.2/submitting-batch-jobs.html</a> )<br>
<br>sincerely,<br><div class="gmail_quote">sreekar guddeti<br>Dept. Physics<br>IIT Bombay<br>India<br><br><br>On Sun, Sep 6, 2009 at 12:28 PM,  <span dir="ltr">&lt;<a href="mailto:pw_forum-request@pwscf.org" target="_blank">pw_forum-request@pwscf.org</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Send Pw_forum mailing list submissions to<br>
        <a href="mailto:pw_forum@pwscf.org" target="_blank">pw_forum@pwscf.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://www.democritos.it/mailman/listinfo/pw_forum" target="_blank">http://www.democritos.it/mailman/listinfo/pw_forum</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:pw_forum-request@pwscf.org" target="_blank">pw_forum-request@pwscf.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:pw_forum-owner@pwscf.org" target="_blank">pw_forum-owner@pwscf.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of Pw_forum digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Re: error loading shared libraries on parallel execution (Duy Le)<br>
   2. pw.x running but nothing happens (wangqj1)<br>
   3. Re: error loading shared libraries on parallel execution<br>
      (Bipul Rakshit)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sat, 5 Sep 2009 19:39:17 -0400<br>
From: Duy Le &lt;<a href="mailto:ttduyle@gmail.com" target="_blank">ttduyle@gmail.com</a>&gt;<br>
Subject: Re: [Pw_forum] error loading shared libraries on parallel<br>
        execution<br>
To: PWSCF Forum &lt;<a href="mailto:pw_forum@pwscf.org" target="_blank">pw_forum@pwscf.org</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:8974d3b20909051639u575aed19xdf474c53f9a7d877@mail.gmail.com" target="_blank">8974d3b20909051639u575aed19xdf474c53f9a7d877@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Hi,I am not sure if this help. Could you please try to add<br>
#$ -V in your submitting script. Like this:<br>
<br>
#!/bin/bash<br>
#<br>
#$ -V<br>
#$ -cwd<br>
#$ -j y<br>
#$ -S /bin/bash<br>
#<br>
<br>
Good luck.<br>
D.<br>
<br>
On Sat, Sep 5, 2009 at 7:20 PM, sreekar guddeti<br>
&lt;<a href="mailto:colonel.sreekar@gmail.com" target="_blank">colonel.sreekar@gmail.com</a>&gt;wrote:<br>
<br>
&gt; i know this issuehas been addressed and documented in troubleshooting<br>
&gt; section of the users guide.<br>
&gt; but i giveup in despair trying for a whole day to figure this problem<br>
&gt; i run my jobs on rocks cluster by using SGE&#39;s facility of submitting batch<br>
&gt; jobs<br>
&gt;<br>
&gt; <a href="http://www.rocksclusters.org/roll-documentation/sge/5.2/submitting-batch-jobs.html" target="_blank">http://www.rocksclusters.org/roll-documentation/sge/5.2/submitting-batch-jobs.html</a><br>
&gt;<br>
&gt; what i &#39;apparently&#39; observe(or doubtfully infer) is that i can successfully<br>
&gt; run a single parallel job, but on submitting a second job i get the error<br>
&gt; ____________________________________________<br>
&gt; /home3/colonel/espresso-4.0.5/bin/pw.x: error while loading shared<br>
&gt; libraries: libgfortran.so.3: cannot open shared object file: No such<br>
&gt; file or directory<br>
&gt; ____________________________________________<br>
&gt;<br>
&gt;<br>
&gt; i find out the path for the library and added to the LD_LIBRARY_PATH by<br>
&gt; writing<br>
&gt; _______________________________________<br>
&gt; #set the library path to include gfortran libraries<br>
&gt; export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib64:/usr/lib<br>
&gt;<br>
&gt;<br>
&gt; $ECHO<br>
&gt; $ECHO &quot;$LD_LIBRARY_PATH&quot;<br>
&gt; $ECHO<br>
&gt; _______________________________________<br>
&gt;<br>
&gt; in the file which acts as script for qsub ($qsub -pe orte 4<br>
&gt; dosroutine.qsub) which is<br>
&gt;<br>
&gt; dosroutine.qsub<br>
&gt; -----------------------------------------------------------------<br>
&gt;<br>
&gt; #!/bin/bash<br>
&gt; #<br>
&gt; #$ -cwd<br>
&gt; #$ -j y<br>
&gt; #$ -S /bin/bash<br>
&gt; #<br>
&gt;<br>
&gt; #extract the info about no of processors involved from command line<br>
&gt; arguments of &#39;qsub&#39;<br>
&gt; PROCESSORS=$NSLOTS<br>
&gt;<br>
&gt; #heuristically assign the no of processors per pool NPR<br>
&gt; NPR=4<br>
&gt; #as a result no of pools are give by<br>
&gt; NPK=`expr $PROCESSORS / $NPR`<br>
&gt;<br>
&gt; #!/bin/bash<br>
&gt; #<br>
&gt; #<br>
&gt; #Script for performing a dos calculation on a parallel processor<br>
&gt; WORKINGDIR=`pwd`<br>
&gt; ECHO=&quot;echo&quot;<br>
&gt;<br>
&gt; #set the library path to include gfortran libraries<br>
&gt; export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib64:/usr/lib<br>
&gt;<br>
&gt;<br>
&gt; $ECHO<br>
&gt; $ECHO &quot;$LD_LIBRARY_PATH&quot;<br>
&gt; $ECHO<br>
&gt;<br>
&gt; # set the needed environment variables<br>
&gt;<br>
&gt; PREFIX=`cd /home3/colonel/espresso-4.0.5 ; pwd`<br>
&gt; $ECHO $PREFIX<br>
&gt; BIN_DIR=$PREFIX/bin<br>
&gt; PSEUDO_DIR=$PREFIX/pseudo<br>
&gt; TMP_DIR=$HOME/tmp<br>
&gt; PARA_PREFIX=&quot;/opt/openmpi/bin/mpirun -np $PROCESSORS&quot;<br>
&gt; PARA_POSTFIX=&quot;-npool $NPK&quot;<br>
&gt;<br>
&gt; # required executables and pseudopotentials<br>
&gt; $ECHO<br>
&gt; $ECHO &quot;  executables directory: $BIN_DIR&quot;<br>
&gt; $ECHO &quot;  pseudo directory:      $PSEUDO_DIR&quot;<br>
&gt; $ECHO &quot;  temporary directory:   $TMP_DIR&quot;<br>
&gt;<br>
&gt; #create results directory<br>
&gt; for DIR in &quot;$TMP_DIR&quot; &quot;$WORKINGDIR/results&quot; ; do<br>
&gt;     if test ! -d $DIR ; then<br>
&gt;         mkdir $DIR<br>
&gt;     fi<br>
&gt; done<br>
&gt; cd $WORKINGDIR/results<br>
&gt;<br>
&gt;<br>
&gt; # variables to represent programs<br>
&gt; PW_COMMAND=&quot;$PARA_PREFIX $BIN_DIR/pw.x $PARA_POSTFIX&quot;<br>
&gt; DOS_COMMAND=&quot;$PARA_PREFIX $BIN_DIR/dos.x $PARA_POSTFIX&quot;<br>
&gt; PROJWFC_COMMAND=&quot;$PARA_PREFIX $BIN_DIR/projwfc.x $PARA_POSTFIX&quot;<br>
&gt;<br>
&gt;<br>
&gt; # DOS calculation for 0Ni0<br>
&gt; cat &gt; <a href="http://0ni0.dos.in" target="_blank">0ni0.dos.in</a> &lt;&lt; EOF<br>
&gt;  &amp;control<br>
&gt;     calculation=&#39;nscf&#39;<br>
&gt;     restart_mode=&#39;from_scratch&#39;,<br>
&gt;     prefix=&#39;0ni0&#39;,<br>
&gt;     pseudo_dir = &#39;$PSEUDO_DIR/&#39;,<br>
&gt;     outdir=&#39;$TMP_DIR/&#39;<br>
&gt;  /<br>
&gt;  &amp;system<br>
&gt;     ibrav=2, celldm(1) =6.48, nat=1, ntyp=1,<br>
&gt;     nspin = 2,  starting_magnetization(1)=0.7,<br>
&gt;     ecutwfc = 24.0, ecutrho = 288.0, nbnd=8,<br>
&gt;     occupations=&#39;tetrahedra&#39;<br>
&gt;  /<br>
&gt;  &amp;electrons<br>
&gt;     conv_thr = 1.0e-10<br>
&gt;     mixing_beta = 0.7<br>
&gt;  /<br>
&gt; ATOMIC_SPECIES<br>
&gt;  Ni 58.69 NiUS.RRKJ3.UPF<br>
&gt; ATOMIC_POSITIONS<br>
&gt;  Ni 0.0 0.0 0.0<br>
&gt; K_POINTS {automatic}        !special points generated by tetrahedra method<br>
&gt;  12 12 12 0 0 0<br>
&gt; EOF<br>
&gt;<br>
&gt; $ECHO &quot;  running DOS calculation for 0Ni0 ...\c&quot;<br>
&gt; $PW_COMMAND &lt; <a href="http://0ni0.dos.in" target="_blank">0ni0.dos.in</a> &gt; 0ni0.dos.out<br>
&gt; $ECHO<br>
&gt; $ECHO &quot;   done&quot;<br>
&gt;<br>
&gt; -------------------------------------------------------------<br>
&gt;<br>
&gt; the output i get is<br>
&gt;<br>
&gt; ************************************************<br>
&gt; :/usr/lib64:/usr/lib<br>
&gt;<br>
&gt; /home3/colonel/espresso-4.0.5<br>
&gt;<br>
&gt;   executables directory: /home3/colonel/espresso-4.0.5/bin<br>
&gt;   pseudo directory:     /home3/colonel/espresso-4.0.5/pseudo<br>
&gt;   temporary directory:   /home3/colonel/tmp<br>
&gt;   running DOS calculation for 0Ni0 ...\c<br>
&gt; /home3/colonel/espresso-4.0.5/bin/pw.x: error while loading shared<br>
&gt; libraries: libgfortran.so.3: cannot open shared object file: No such<br>
&gt; file or directory<br>
&gt; /home3/colonel/espresso-4.0.5/bin/pw.x: error while loading shared<br>
&gt; libraries: libgfortran.so.3: cannot open shared object file: No such<br>
&gt; file or directory<br>
&gt; /home3/colonel/espresso-4.0.5/bin/pw.x: error while loading shared<br>
&gt; libraries: libgfortran.so.3: cannot open shared object file: No such<br>
&gt; file or directory<br>
&gt; /home3/colonel/espresso-4.0.5/bin/pw.x: error while loading shared<br>
&gt; libraries: libgfortran.so.3: cannot open shared object file: No such<br>
&gt; file or directory<br>
&gt;<br>
&gt;    done<br>
&gt; *************************************************<br>
&gt; plz suggest solutions which donot require root permissions , as i dont have<br>
&gt; thanks in advance<br>
&gt; --<br>
&gt; Sreekar Guddeti<br>
&gt; Department of Physics<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Pw_forum mailing list<br>
&gt; <a href="mailto:Pw_forum@pwscf.org" target="_blank">Pw_forum@pwscf.org</a><br>
&gt; <a href="http://www.democritos.it/mailman/listinfo/pw_forum" target="_blank">http://www.democritos.it/mailman/listinfo/pw_forum</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
--<br>
--------------------------------------------------<br>
Duy Le<br>
PhD Student<br>
Department of Physics<br>
University of Central Florida.<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://www.democritos.it/pipermail/pw_forum/attachments/20090905/010fb1e3/attachment-0001.htm" target="_blank">http://www.democritos.it/pipermail/pw_forum/attachments/20090905/010fb1e3/attachment-0001.htm</a><br>



<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Sun, 6 Sep 2009 08:33:25 +0800 (CST)<br>
From: wangqj1 &lt;<a href="mailto:wangqj1@126.com" target="_blank">wangqj1@126.com</a>&gt;<br>
Subject: [Pw_forum] pw.x running but nothing happens<br>
To: pw_forum &lt;<a href="mailto:pw_forum@pwscf.org" target="_blank">pw_forum@pwscf.org</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:25470012.218281252197205181.JavaMail.coremail@bj126app52.126.com" target="_blank">25470012.218281252197205181.JavaMail.coremail@bj126app52.126.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;gbk&quot;<br>
<br>
<br>
Dear pwscf users<br>
     When I run vc-relax on the computing cluster use one node which has 8 CPUs.<br>
The output file is as following:<br>
<br>
Program PWSCF     v.4.0.1  starts ...<br>
     Today is  6Sep2009 at  7:49:30<br>
     Parallel version (MPI)<br>
     Number of processors in use:       8<br>
     R &amp; G space division:  proc/pool =    8<br>
     For Norm-Conserving or Ultrasoft (Vanderbilt) Pseudopotentials or PAW<br>
.....................................................................<br>
     Initial potential from superposition of free atoms<br>
     starting charge  435.99565, renormalised to  436.00000<br>
     Starting wfc are  254 atomic +    8 random wfc<br>
<br>
After one day ,it still like this and no iteration has completed ,there is also no error was turn up .There is no error in the input file because I have test it on anthoer computer which has 4 CPUs and it runs well .<br>



I can&#39;t find the reason about this ,any help will be appreciated .<br>
Best Regards<br>
Q.J.Wang<br>
XiangTan University<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://www.democritos.it/pipermail/pw_forum/attachments/20090906/a4269bb4/attachment-0001.htm" target="_blank">http://www.democritos.it/pipermail/pw_forum/attachments/20090906/a4269bb4/attachment-0001.htm</a><br>



<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Sun, 6 Sep 2009 07:58:49 +0100<br>
From: Bipul Rakshit &lt;<a href="mailto:bipulrr@gmail.com" target="_blank">bipulrr@gmail.com</a>&gt;<br>
Subject: Re: [Pw_forum] error loading shared libraries on parallel<br>
        execution<br>
To: PWSCF Forum &lt;<a href="mailto:pw_forum@pwscf.org" target="_blank">pw_forum@pwscf.org</a>&gt;<br>
Message-ID: &lt;<a href="mailto:3a749910909052358m6f23c3sf5bdbba1b595d8d5@mail.gmail.com" target="_blank">3a749910909052358m6f23c3sf5bdbba1b595d8d5@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
hi,<br>
Just from root user type<br>
yum install libgfortran.so.3<br>
<br>
then it will install this files which is not present in your machine<br>
<br>
On Sun, Sep 6, 2009 at 12:20 AM, sreekar guddeti<br>
&lt;<a href="mailto:colonel.sreekar@gmail.com" target="_blank">colonel.sreekar@gmail.com</a>&gt;wrote:<br>
<br>
&gt; i know this issuehas been addressed and documented in troubleshooting<br>
&gt; section of the users guide.<br>
&gt; but i giveup in despair trying for a whole day to figure this problem<br>
&gt; i run my jobs on rocks cluster by using SGE&#39;s facility of submitting batch<br>
&gt; jobs<br>
&gt;<br>
&gt; <a href="http://www.rocksclusters.org/roll-documentation/sge/5.2/submitting-batch-jobs.html" target="_blank">http://www.rocksclusters.org/roll-documentation/sge/5.2/submitting-batch-jobs.html</a><br>
&gt;<br>
&gt; what i &#39;apparently&#39; observe(or doubtfully infer) is that i can successfully<br>
&gt; run a single parallel job, but on submitting a second job i get the error<br>
&gt; ____________________________________________<br>
&gt; /home3/colonel/espresso-4.0.5/bin/pw.x: error while loading shared<br>
&gt; libraries: libgfortran.so.3: cannot open shared object file: No such<br>
&gt; file or directory<br>
&gt; ____________________________________________<br>
&gt;<br>
&gt;<br>
&gt; i find out the path for the library and added to the LD_LIBRARY_PATH by<br>
&gt; writing<br>
&gt; _______________________________________<br>
&gt; #set the library path to include gfortran libraries<br>
&gt; export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib64:/usr/lib<br>
&gt;<br>
&gt;<br>
&gt; $ECHO<br>
&gt; $ECHO &quot;$LD_LIBRARY_PATH&quot;<br>
&gt; $ECHO<br>
&gt; _______________________________________<br>
&gt;<br>
&gt; in the file which acts as script for qsub ($qsub -pe orte 4<br>
&gt; dosroutine.qsub) which is<br>
&gt;<br>
&gt; dosroutine.qsub<br>
&gt; -----------------------------------------------------------------<br>
&gt;<br>
&gt; #!/bin/bash<br>
&gt; #<br>
&gt; #$ -cwd<br>
&gt; #$ -j y<br>
&gt; #$ -S /bin/bash<br>
&gt; #<br>
&gt;<br>
&gt; #extract the info about no of processors involved from command line<br>
&gt; arguments of &#39;qsub&#39;<br>
&gt; PROCESSORS=$NSLOTS<br>
&gt;<br>
&gt; #heuristically assign the no of processors per pool NPR<br>
&gt; NPR=4<br>
&gt; #as a result no of pools are give by<br>
&gt; NPK=`expr $PROCESSORS / $NPR`<br>
&gt;<br>
&gt; #!/bin/bash<br>
&gt; #<br>
&gt; #<br>
&gt; #Script for performing a dos calculation on a parallel processor<br>
&gt; WORKINGDIR=`pwd`<br>
&gt; ECHO=&quot;echo&quot;<br>
&gt;<br>
&gt; #set the library path to include gfortran libraries<br>
&gt; export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib64:/usr/lib<br>
&gt;<br>
&gt;<br>
&gt; $ECHO<br>
&gt; $ECHO &quot;$LD_LIBRARY_PATH&quot;<br>
&gt; $ECHO<br>
&gt;<br>
&gt; # set the needed environment variables<br>
&gt;<br>
&gt; PREFIX=`cd /home3/colonel/espresso-4.0.5 ; pwd`<br>
&gt; $ECHO $PREFIX<br>
&gt; BIN_DIR=$PREFIX/bin<br>
&gt; PSEUDO_DIR=$PREFIX/pseudo<br>
&gt; TMP_DIR=$HOME/tmp<br>
&gt; PARA_PREFIX=&quot;/opt/openmpi/bin/mpirun -np $PROCESSORS&quot;<br>
&gt; PARA_POSTFIX=&quot;-npool $NPK&quot;<br>
&gt;<br>
&gt; # required executables and pseudopotentials<br>
&gt; $ECHO<br>
&gt; $ECHO &quot;  executables directory: $BIN_DIR&quot;<br>
&gt; $ECHO &quot;  pseudo directory:      $PSEUDO_DIR&quot;<br>
&gt; $ECHO &quot;  temporary directory:   $TMP_DIR&quot;<br>
&gt;<br>
&gt; #create results directory<br>
&gt; for DIR in &quot;$TMP_DIR&quot; &quot;$WORKINGDIR/results&quot; ; do<br>
&gt;     if test ! -d $DIR ; then<br>
&gt;         mkdir $DIR<br>
&gt;     fi<br>
&gt; done<br>
&gt; cd $WORKINGDIR/results<br>
&gt;<br>
&gt;<br>
&gt; # variables to represent programs<br>
&gt; PW_COMMAND=&quot;$PARA_PREFIX $BIN_DIR/pw.x $PARA_POSTFIX&quot;<br>
&gt; DOS_COMMAND=&quot;$PARA_PREFIX $BIN_DIR/dos.x $PARA_POSTFIX&quot;<br>
&gt; PROJWFC_COMMAND=&quot;$PARA_PREFIX $BIN_DIR/projwfc.x $PARA_POSTFIX&quot;<br>
&gt;<br>
&gt;<br>
&gt; # DOS calculation for 0Ni0<br>
&gt; cat &gt; <a href="http://0ni0.dos.in" target="_blank">0ni0.dos.in</a> &lt;&lt; EOF<br>
&gt;  &amp;control<br>
&gt;     calculation=&#39;nscf&#39;<br>
&gt;     restart_mode=&#39;from_scratch&#39;,<br>
&gt;     prefix=&#39;0ni0&#39;,<br>
&gt;     pseudo_dir = &#39;$PSEUDO_DIR/&#39;,<br>
&gt;     outdir=&#39;$TMP_DIR/&#39;<br>
&gt;  /<br>
&gt;  &amp;system<br>
&gt;     ibrav=2, celldm(1) =6.48, nat=1, ntyp=1,<br>
&gt;     nspin = 2,  starting_magnetization(1)=0.7,<br>
&gt;     ecutwfc = 24.0, ecutrho = 288.0, nbnd=8,<br>
&gt;     occupations=&#39;tetrahedra&#39;<br>
&gt;  /<br>
&gt;  &amp;electrons<br>
&gt;     conv_thr = 1.0e-10<br>
&gt;     mixing_beta = 0.7<br>
&gt;  /<br>
&gt; ATOMIC_SPECIES<br>
&gt;  Ni 58.69 NiUS.RRKJ3.UPF<br>
&gt; ATOMIC_POSITIONS<br>
&gt;  Ni 0.0 0.0 0.0<br>
&gt; K_POINTS {automatic}        !special points generated by tetrahedra method<br>
&gt;  12 12 12 0 0 0<br>
&gt; EOF<br>
&gt;<br>
&gt; $ECHO &quot;  running DOS calculation for 0Ni0 ...\c&quot;<br>
&gt; $PW_COMMAND &lt; <a href="http://0ni0.dos.in" target="_blank">0ni0.dos.in</a> &gt; 0ni0.dos.out<br>
&gt; $ECHO<br>
&gt; $ECHO &quot;   done&quot;<br>
&gt;<br>
&gt; -------------------------------------------------------------<br>
&gt;<br>
&gt; the output i get is<br>
&gt;<br>
&gt; ************************************************<br>
&gt; :/usr/lib64:/usr/lib<br>
&gt;<br>
&gt; /home3/colonel/espresso-4.0.5<br>
&gt;<br>
&gt;   executables directory: /home3/colonel/espresso-4.0.5/bin<br>
&gt;   pseudo directory:     /home3/colonel/espresso-4.0.5/pseudo<br>
&gt;   temporary directory:   /home3/colonel/tmp<br>
&gt;   running DOS calculation for 0Ni0 ...\c<br>
&gt; /home3/colonel/espresso-4.0.5/bin/pw.x: error while loading shared<br>
&gt; libraries: libgfortran.so.3: cannot open shared object file: No such<br>
&gt; file or directory<br>
&gt; /home3/colonel/espresso-4.0.5/bin/pw.x: error while loading shared<br>
&gt; libraries: libgfortran.so.3: cannot open shared object file: No such<br>
&gt; file or directory<br>
&gt; /home3/colonel/espresso-4.0.5/bin/pw.x: error while loading shared<br>
&gt; libraries: libgfortran.so.3: cannot open shared object file: No such<br>
&gt; file or directory<br>
&gt; /home3/colonel/espresso-4.0.5/bin/pw.x: error while loading shared<br>
&gt; libraries: libgfortran.so.3: cannot open shared object file: No such<br>
&gt; file or directory<br>
&gt;<br>
&gt;    done<br>
&gt; *************************************************<br>
&gt; plz suggest solutions which donot require root permissions , as i dont have<br>
&gt; thanks in advance<br>
&gt; --<br>
&gt; Sreekar Guddeti<br>
&gt; Department of Physics<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Pw_forum mailing list<br>
&gt; <a href="mailto:Pw_forum@pwscf.org" target="_blank">Pw_forum@pwscf.org</a><br>
&gt; <a href="http://www.democritos.it/mailman/listinfo/pw_forum" target="_blank">http://www.democritos.it/mailman/listinfo/pw_forum</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
--<br>
Dr. Bipul Rakshit<br>
Research Associate,<br>
S N Bose Centre for Basic Sciences,<br>
Salt Lake,<br>
Kolkata 700 098<br>
India<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://www.democritos.it/pipermail/pw_forum/attachments/20090906/d919f229/attachment.htm" target="_blank">http://www.democritos.it/pipermail/pw_forum/attachments/20090906/d919f229/attachment.htm</a><br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Pw_forum mailing list<br>
<a href="mailto:Pw_forum@pwscf.org" target="_blank">Pw_forum@pwscf.org</a><br>
<a href="http://www.democritos.it/mailman/listinfo/pw_forum" target="_blank">http://www.democritos.it/mailman/listinfo/pw_forum</a><br>
<br>
<br>
End of Pw_forum Digest, Vol 27, Issue 23<br>
****************************************<br>
</blockquote></div><br><br clear="all"><br>-- <br>Sreekar Guddeti<br><br>