[netlogo-devel] Recording Data from Behaviourspace

2015-03-23 Thread Abhishek Bhatia
I wish to store record the output of a `NetLogo` simulation run in two ways: 1. Output of some functions at the end of the simulation creating a single `.csv` for all simulation runs.(This is fairly easy to accomplish) 2. Output of some variables of an agentset at the end of each tick

[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 Abhishek Bhatia
? It's not apparent to me how you could do that in a way that would accomplish anything. What exactly is it that you want us to help you achieve? On 02/20/2015 06:07 AM, Abhishek Bhatia wrote: #!/bin/bash #$ -N r20p #$ -q all.q #$ -pe mpi 24 /home/abhishekb/netlogo