[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GU: How can I submit a lot of jobs at the same time



> 
> 
> > gms c17s->& c17s-.out
> > gms c19s->& c19s-.out
> > gms c21s->& c21s-.out
> > gms c23s->& c23s-.out
> > 
> > This is what happened when I run it!
> > 
> > beta{dasf}38# script1 &
> > script1: c17s-.out: bad number
> > [1] 12129
> > script1beta{dasf}39# : c19s-.out: bad number
> > script1: c21s-.out: bad number
> > script1: c23s-.out: bad number
> > 
> > [1]    Exit 1               script1
> 
> You are probably using ksh as unix shell; and you are submitting csh like 
> commands. Leave out the &, or work in csh.

  Here the problem is the minus as a character in the name of the
  output file: the shell is confused about that sign! (so "c19s-.out"
  should be renamed to "c19s.out")

  Well, since you are working on Unix environment, my best
  advice is not to re-read the GAMESS manual, but to buy a 20 pages
  brochure about UNIX (!)...

  Another choice is to read the FAQs available on net...
  (rtfm.mit.edu in the directory pub/usenet/news.answers This FAQ is
  archived as "unix-faq/faq/part[1-7]".)


  Greetings,

  Elmer