Re: parallel wget in perl

2013-02-05 Thread yacob sen
Dear Ole, Thank you very much for your suggestions. The command you have suggested did not work for me (I suspect that @teams is not picking the variables as it should) ,i.e. system "parallel --eta -j+0  wget ftp://xxx.xx.xx/pub/${year}/{}${day}.txt ::: @teams"; This is the error message : Compu

Re: parallel wget in perl

2013-02-05 Thread Ole Tange
On Tue, Feb 5, 2013 at 11:34 AM, yacob sen wrote: > > Thank you very much for your suggestions. The command you have suggested > did not work for me (I suspect that @teams is not picking the variables as > it should) ,i.e. > > system "parallel --eta -j+0 wget ftp://xxx.xx.xx/pub/${year}/{}${day}.

Re: parallel wget in perl

2013-02-05 Thread yacob sen
Dear Ole, Thank you so much. Yes it was as you have suggested and now it works like a charm, Kudos yacob --- On Tue, 5/2/13, Ole Tange wrote: From: Ole Tange Subject: Re: parallel wget in perl To: "yacob sen" Cc: [email protected] Date: Tuesday, 5 February, 2013, 12:47 On Tue, Feb 5, 2013 at

Using parallel in a cluster

2013-02-05 Thread yacob sen
Dear All, I would like to use the Gnu Parallel inside a HPC machine (cluster) with several nodes and and a handful of core attached to each of the nodes.  Up until now I have been using my local machine or a server  with a multiple   processor core that I can count using   cat /proc/cpuinfo  | gr