As Nick pointed out don't pipe into Eig2Dos. Notice the difference between following two commands;
../../siesta-3.2/Util/Eig2DOS/Eig2DOS < coronene.EIG | tee coronene.dat (incorrect) ../../siesta-3.2/Util/Eig2DOS/Eig2DOS coronene.EIG | tee coronene.dat (correct) On Tue, Aug 18, 2015 at 11:06 AM, Morteza Roshankar <[email protected]> wrote: > go to Util/EIG2DOS folder, and issue the following commands: > f95 -o eig2dos eig2dos.f > then: > sudo cp eig2dos /bin/ > > (if gives error issue the command below: > sudo cp original.eig2dos /bin/ and then use original.eig2dos > example: original.eig2dos <coronene.EIG |tee coronene.EIG.dat) > > On Tue, Aug 18, 2015 at 12:34 PM, Nick Papior <[email protected]> > wrote: > >> You should not pipe into Eig2DOS. >> >> 2015-08-18 10:03 GMT+02:00 Saeed Nasiri <[email protected]>: >> >>> Dear users >>> >>> I have problems with Eig2DOS utility. It prints out warning or error and >>> the >>> output file is empty. first I used this >>> sh ../../siesta-3.2/Util/Eig2DOS/Eig2DOS < coronene.EIG | tee >>> coronene.dat >>> ../../siesta-3.2/Util/Eig2DOS/Eig2DOS: 1: ../../siesta-3.2/Util/Eig2DOS/ >>> Eig2DOS: Syntax error: Unterminated quoted string >>> second I copy Eig2DOS to bin and I run it ... >>> Eig2DOS < coronene.EIG | tee coronene.dat >>> Usage: Eig2DOS [-d] [-s] [-l] [-m] [-M] [-b] [-B] [-h] EIGfile >>> Use -h option for manual >>> >>> best regards >>> >> >> >> >> -- >> Kind regards Nick >> > > -- ------------------------------------------------------ Ph.D. Student Theory Group CIC nanoGUNE, Tolosa Hiribidea, 76 E-20018 Donostia-San Sebastian Spain +34 943 574 063 [email protected] www.nanogune.eu ------------------------------------------------------
