The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
203 views

Running parallel bash jobs on a HPC cluster using GNU parallel

On an HPC cluster I am trying to run multiple bash scripts (permute2.sh) from 1 bash script using GNU parallel, however it doesn't complete every job. It randomly completes one job, while it is stuck ...
0
votes
1answer
13 views

Oracle 11gR2 grid slient installation: error for privateinterconnects

I am installing Oracle grid 11gR2 using silent install with response file. I am getting error after "Collecting interface information for node 1" in logs. I have a feeling that this could be due to ...
0
votes
1answer
91 views

Kill nohup command on cluster

Last night I launched a command via nohup on a cluster and then closed the connection. Today I would like to kill this job (I know it's still running because output is being generated in an output ...
2
votes
0answers
118 views

Should I investigate Rocks or Ubuntu/Mosix for building a cluster?

I work at a college doing system administration. Someone in their lab is looking to build a cluster for running complex Octave and C++ projects. They have brand new modern machines. My question is ...
0
votes
0answers
102 views

Job IDs and their meaning/reference

Using Red Hat, I sent few jobs to a cluster and got "job IDs" in return. Using qstat I can see only one is running, one was canceled and the rest are still in the queue. I wrote something like this: ...