[netlogo-devel] Netlogo HPC CPU Load Increment

2015-02-20 Thread Abhishek Bhatia
#!/bin/bash #$ -N r20p #$ -q all.q #$ -pe mpi 24 /home/abhishekb/netlogo/netlogo-5.1.0/netlogo-headless.sh \ --model /home/abhishekb/models/corrected-rk4-20presults.nlogo \ --experiment test \ --table /home/abhishekb/csvresults/corrected-rk4-20presults.csv I

Re: [netlogo-devel] Netlogo HPC CPU Load Increment

2015-02-20 Thread Jason Bertsche
I'm not really familiar with computing clusters, HPC, or qstat, but... You're using the format argument -g c. If you search this manual page http://gridscheduler.sourceforge.net/htmlman/htmlman1/qstat.html for the line Cluster Queue Format (with -g c), you'll end up in the section that

Re: [netlogo-devel] Netlogo HPC CPU Load Increment

2015-02-20 Thread Abhishek Bhatia
1.)The CQLoad mentioned from your comment is for all machines on the queue, I am only 24 of 70 cores in that queue(Sorry, not stating before). Thus, it may not be true that the CPU usage of my job is high. Thus, firstly I wish to check the cpu usage of only the computing cores which is running