qsub
QSUB a process for every file in a directory?
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[详细]
2023-04-01 05:54 分类:问答python program killed in pbs without info
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[详细]
2023-03-25 07:04 分类:问答Making qsub block until job is done?
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[详细]
2023-03-05 17:46 分类:问答matlab distributed computing with sge(qsub)
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[详细]
2023-02-28 09:40 分类:问答SGE - QSUB fails to submit jobs in -sync mode
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.[详细]
2023-02-08 10:55 分类:问答parameter for shell scripts that is started with qsub
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.[详细]
2023-01-12 11:34 分类:问答Getting the exit code from a process submitted with qsub on Sun Grid Engine
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[详细]
2023-01-04 12:47 分类:问答Tell me some Http-streaming tutorial or example
Could you tell me some http-streaming tutorial or example ( used also by Gmail ) ? I want to create a simple chat 开发者_StackOverflowfor college project.[详细]
2022-12-23 22:41 分类:问答Does anyone have experience with clusters running on ClusterVisionOS?
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\".[详细]
2022-12-22 09:56 分类:问答script unable to find directories/files when running from qsub cluster script
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[详细]
2022-12-22 08:36 分类:问答