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\'m running a simple Python program using rpy2 in a cluster managed by pbs_torque. My problem is that the same piece of code works perfectly and other times is killed without logical reason or error
Currently, I have a driver program that runs several thousand instances of a \"payload\" program and does some post-processing of the output.The driver currently calls the payload program directly, us
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
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.
h开发者_开发技巧ow can I parametrize a shell script that is executed on a grid (started with qsub) ? I have a shell script, where I use getopts to read the parameters.
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
Could you tell me some http-streaming tutorial or example ( used also by Gmail ) ? I want to create a simple chat 开发者_StackOverflowfor college project.
I\'m currently working on a cluster using the ClusterVisionOS 3.1. This will be my first time working with a cluster, so I probably haven\'t tried the \"obvious\".
I\'m calling several unix commands and python on a python script from a qsub shell script, meant to run on a cluster.The trouble is that when the script executes, something seems to go awry in the she