[gmx-users] a question about template.c

2008-10-06 Thread LuLanyuan

Hello,
When I used template.c to make my own tool,  I always got the progress 
information like
Reading frame  60 time   60.000 after the Gromacs copyright information. 
Sometimes
I want to run my tool in background. But these reading frame messages still 
jump out even 
after I use the  command. Because I may need to do other things in the same 
terminal,
these messages are annoying. I'm wondering if there is a simple way to redirect 
these outputs.
Thanks very much.
Lanyuan Lu 
_
新年换新颜,快来妆扮自己的MSN给心仪的TA一个惊喜!
http://im.live.cn/emoticons/?ID=18
___
gmx-users mailing listgmx-users@gromacs.org
http://www.gromacs.org/mailman/listinfo/gmx-users
Please search the archive at http://www.gromacs.org/search before posting!
Please don't post (un)subscribe requests to the list. Use the
www interface or send it to [EMAIL PROTECTED]
Can't post? Read http://www.gromacs.org/mailing_lists/users.php


Re: [gmx-users] a question about template.c

2008-10-06 Thread Nicolas
LuLanyuan a écrit :
 Hello,
 When I used template.c to make my own tool,  I always got the progress 
 information like
 Reading frame  60 time   60.000 after the Gromacs copyright 
 information. Sometimes
 I want to run my tool in background. But these reading frame messages still 
 jump out even 
 after I use the  command. Because I may need to do other things in the 
 same terminal,
 these messages are annoying. I'm wondering if there is a simple way to 
 redirect these outputs.
 Thanks very much.
 Lanyuan Lu 
   
command  command.out
or
nohup command 

depending what you want to do

cheers
 _
 新年换新颜,快来妆扮自己的MSN给心仪的TA一个惊喜!
 http://im.live.cn/emoticons/?ID=18
 ___
 gmx-users mailing listgmx-users@gromacs.org
 http://www.gromacs.org/mailman/listinfo/gmx-users
 Please search the archive at http://www.gromacs.org/search before posting!
 Please don't post (un)subscribe requests to the list. Use the 
 www interface or send it to [EMAIL PROTECTED]
 Can't post? Read http://www.gromacs.org/mailing_lists/users.php


   

begin:vcard
fn:Nicolas Sapay
n:Sapay;Nicolas
org:University of Calgary;Biological department
adr:;;2500 University drive NW;Calgary;AB;T2N 1N4;Canada
email;internet:[EMAIL PROTECTED]
title:Research Assistant
tel;work:403-220-6869
x-mozilla-html:TRUE
url:http://moose.bio.ucalgary.ca/
version:2.1
end:vcard

___
gmx-users mailing listgmx-users@gromacs.org
http://www.gromacs.org/mailman/listinfo/gmx-users
Please search the archive at http://www.gromacs.org/search before posting!
Please don't post (un)subscribe requests to the list. Use the 
www interface or send it to [EMAIL PROTECTED]
Can't post? Read http://www.gromacs.org/mailing_lists/users.php

Re: [gmx-users] a question about template.c

2008-10-06 Thread Florian Dommert

* Nicolas [EMAIL PROTECTED] [2008-10-06 17:22:44 -0600]:


LuLanyuan a écrit :

Hello,
When I used template.c to make my own tool,  I always got the progress 
information like
Reading frame  60 time   60.000 after the Gromacs copyright information. 
Sometimes
I want to run my tool in background. But these reading frame messages still jump out even 
after I use the  command. Because I may need to do other things in the same terminal,

these messages are annoying. I'm wondering if there is a simple way to redirect 
these outputs.
Thanks very much.
Lanyuan Lu 
  

command  command.out
or
nohup command 

depending what you want to do

cheers

 And to provide a small explanation, you see this line, because it is
 written to the stderr. If you use just '' only the stdout is written
 to the file. '' bundles both the stderr and stdout to one single
 file.

 /Flo

_
??MSNTA??
http://im.live.cn/emoticons/?ID=18
___
gmx-users mailing listgmx-users@gromacs.org
http://www.gromacs.org/mailman/listinfo/gmx-users
Please search the archive at http://www.gromacs.org/search before posting!
Please don't post (un)subscribe requests to the list. Use the 
www interface or send it to [EMAIL PROTECTED]

Can't post? Read http://www.gromacs.org/mailing_lists/users.php


  






___
gmx-users mailing listgmx-users@gromacs.org
http://www.gromacs.org/mailman/listinfo/gmx-users
Please search the archive at http://www.gromacs.org/search before posting!
Please don't post (un)subscribe requests to the list. Use the 
www interface or send it to [EMAIL PROTECTED]

Can't post? Read http://www.gromacs.org/mailing_lists/users.php


--
Florian Dommert
Dipl.-Phys.

Computational and Theoretical Softmatter  Biophysics group

Frankfurt Institute for Advanced Studies
Johann-Wolfgang-Goethe University

Ruth-Moufang-Str. 1
60438 Frankfurt am Main

Phone: +49(0)69 / 798 - 47522
Fax:   +49(0)69 / 798 - 47611

EMail: [EMAIL PROTECTED]
Home: http://fias.uni-frankfurt.de/~simbio/Florian_Dommert


pgpJmI8MxaRk1.pgp
Description: PGP signature
___
gmx-users mailing listgmx-users@gromacs.org
http://www.gromacs.org/mailman/listinfo/gmx-users
Please search the archive at http://www.gromacs.org/search before posting!
Please don't post (un)subscribe requests to the list. Use the 
www interface or send it to [EMAIL PROTECTED]
Can't post? Read http://www.gromacs.org/mailing_lists/users.php

RE: [gmx-users] a question about template.c

2008-10-06 Thread LuLanyuan

Sorry, I didn't say it clearly.
I used command command.out  and it didn't work. I just tried nohup thing and
it's the same. It seems to me the redirect  doesn't work for the reading 
frame 
messages.
Lanyuan

 Date: Mon, 6 Oct 2008 17:22:44 -0600
 From: [EMAIL PROTECTED]
 To: gmx-users@gromacs.org
 Subject: Re: [gmx-users] a question about template.c
 
 LuLanyuan a écrit :
 Hello,
 When I used template.c to make my own tool,  I always got the progress 
 information like
 Reading frame  60 time   60.000 after the Gromacs copyright 
 information. Sometimes
 I want to run my tool in background. But these reading frame messages still 
 jump out even 
 after I use the  command. Because I may need to do other things in the 
 same terminal,
 these messages are annoying. I'm wondering if there is a simple way to 
 redirect these outputs.
 Thanks very much.
 Lanyuan Lu 
   
 command command.out
 or
 nohup command 
 
 depending what you want to do
 
 cheers
 _
 新年换新颜,快来妆扮自己的MSN给心仪的TA一个惊喜!
 http://im.live.cn/emoticons/?ID=18
 ___
 gmx-users mailing listgmx-users@gromacs.org
 http://www.gromacs.org/mailman/listinfo/gmx-users
 Please search the archive at http://www.gromacs.org/search before posting!
 Please don't post (un)subscribe requests to the list. Use the 
 www interface or send it to [EMAIL PROTECTED]
 Can't post? Read http://www.gromacs.org/mailing_lists/users.php


   
 

_
Windows Live Photo gallery 数码相机的超级伴侣,轻松管理和编辑照片,还能制作全景美图!
http://get.live.cn/product/photo.html
___
gmx-users mailing listgmx-users@gromacs.org
http://www.gromacs.org/mailman/listinfo/gmx-users
Please search the archive at http://www.gromacs.org/search before posting!
Please don't post (un)subscribe requests to the list. Use the
www interface or send it to [EMAIL PROTECTED]
Can't post? Read http://www.gromacs.org/mailing_lists/users.php