I\'ve been using qsub -t 1-90000 do_stuff.sh to submit my tasks on a Sun GridEngine cluster, but now find myself with data sets (super large ones, too) which are not so conveniently named. What\'s
I\'d like to write a CVS wrapper script that executes the command on another machine using RSH but am having trouble with quotes.
I 开发者_开发百科would like to create an array job where the tasks don\'t all execute at the same time. The tasks will be enabled by some future command. The reason that I need this feature is that I
Recently I got access to run my codes on a cluster. My code is totally paralleizable but I don\'t know how to best use its parallel nature. I\'ve to compute elements of a big matrix and each of them a
When I start an Array Job on Sun Grid Engine, how can I get an information later how long all the jobs took? I.e. I want to know how long it took from the moment when I submitted the jub, until the mo
I have a perl script that prepares files for input to a binary program and submits the execution of the binary program to the SGE queueing system version 6.2u2.
I successfully compiled a program in c++, with boost, on a cluster we have here. I need to run an SGE script to run the simulation. The error I get is this
I\'m running a lot of jobs with Sun Grid Engine. Since these are a jobs (~100000), I would like to use array jobs, which see开发者_开发知识库ms to be easier on the queue.
I\'m tryin get sun gridending (sge) to run the separate processes of an MPI job over all of the nodes of my cluster.
I would like to submit jobs via qsub on Sun Grid Engine (now: Oracle Grid Engine?).I do not wish to use the -sync yes option or qrsh, because I want my controlling program to be single-threaded and ab