Displaying 2 results from an estimated 2 matches for "qmon".
Did you mean:
mon
2004 Oct 12
1
Sun Gridengine and Centos
G'day.
I'm having a little trouble getting Gridengine 5.3 running
properly on a cluster using Centos 3.3.
Everything appears okay, but my jobs hang in the queue
with the gridengine complaining that node is overloaded,
but there is nothing (unusual) running on the node and
the load is 0.
Has anyone else run into similar problems?
-geoff
2003 Oct 21
5
run R under linux
Dear all,
Our department uses the linux system and we are not allowed to submit job
directly. We must make a batch to submit through "qmon".
so, I make a foo.sh file, which only contains one line: nohup R --vanilla <
foo.txt > foo.results
foo is all my codes. It is a simulation of 200 times. I set the seed at the
beginning. It is to estimate the success probability, which is very small,
so my samples may be all 0s. I h...