[SCore-users-jp] [SCore-users] How to specify a input data file with scrun?

Masao Uebayashi uebayasi at pultek.co.jp
Fri Mar 28 16:19:18 JST 2003


> scrun -scored=cmp***,nodes=4 scatter -file data.tpr :: mdrun_d -np 4 -deffnm
> data < data.tpr

In this case, '<' is interpreted by the shell before scrun is invoked,
and it's not passed to scrun.  You need to use ':= data.tpr' to
specify an input file.  See the "INPUT/OUTPUT REDIRECTION" section in
the scrun manual page.

Masao



More information about the SCore-users mailing list