views:

208

answers:

0

Hi,

I'm trying to use a cluster for the first time so it's maybe a stupid question...

I would like to run the same program with various parameters in an independant way on multiple nodes.

Basically, I would like to compile and process various versions of the linux kernel (one node/one version and the version number is the parameter to be given to my program).

I've seen something called "job arrays" in the Torque manual but it doesn't seem you can give different parameters.