Skip to Content.
Sympa Menu

forum - Re: [abinit-forum] how to run abinit code under window98

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: [abinit-forum] how to run abinit code under window98


Chronological Thread 
  • From: "Anglade Pierre-Matthieu" <anglade@gmail.com>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] how to run abinit code under window98
  • Date: Tue, 6 Feb 2007 13:55:42 +0100
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=HuJ2MeyMMAUj6o7Yrkezoaf7qr2RH/OV3Vs5s3EQhHFLj6PBg5dtNOH+nGRzuurZovtn3gVDgsBZMIguy/vhzivJSZtfl9fIcfShrFLLgd+jEUQhq9uBtGJ11TqhmnqMe1Lrq5pSPAI1i/GLni9ac1RQInDwc85UovGXevpyT+Y=

I don't know what kind of Shell you are using under windows. Do you know anything about that ?
Do you know the basis of programmation :
Programmes have standard input, and output units. If you remember, under dos you were able to run a command, the program was sometime asking you about some input and you were able to answer by typing something on the keyboard. Your keyboard was the standrad input while the window in wich the program printed its questions was printing the so called standard output. The principle here is very much the same. But to avoid the hassle of typing everything by hand we rely on so called redirection of standard input. Instead of reading in the window, when you type < My_file a program will read in the file My_file. In the same way, because we don't want to read all of abinit output we redirect the standard output. Writting >& log redirect all output (standard and error) to a file called log.
If you can't do those redirections, it happens that they are not mandatory. lucky you ! You can just launch abinit and answer the question by copying the lines contained in the ".files" files. For instance in your case t11x.files.
I hope this helps.
regards.
PMA

On 2/6/07, falat05@usa.com < falat05@usa.com> wrote:
i need help,
so i have installed the vesion of abinit hom it work under windows 98, after when i comming to run the code under this system, i can't find how to do it?
and i can't understand the ligne in first lesson that it say
So, in the Work directory, type :
../../abinis < t1x.files >& log .
thanks for help




--
Pierre-Matthieu Anglade



Archive powered by MHonArc 2.6.16.

Top of Page