Skip to content
Snippets Groups Projects
Commit bd0bd298 authored by Britta Heymann's avatar Britta Heymann
Browse files

Reduce back to one seed at once

Because we need to run 17 seeds and it'll take a while.
parent 62fdfd17
No related branches found
No related tags found
No related merge requests found
Pipeline #
#!/bin/sh
#parameters for the allocation of the job on OCuLUS
#CCS --island OCULUS
#CCS -N Sep7Prophet
#CCS -N Oct2Prophet
#CCS --res=rset=1:ncpus=2:mem=128g
#CCS -t 21d
#CCS -m abe
......@@ -10,7 +10,7 @@
#CCS --stderr=err.txt
#the simulation task
./one.sh -b 3 configurations/evaluation/settingsScenarioRealistic.txt configurations/evaluation/settingsProphet.txt
./one.sh -b 1 configurations/evaluation/settingsScenarioRealistic.txt configurations/evaluation/settingsProphet.txt
#archive the reports and console output. Only executed successfully, if the simulation run completes
#with enough time left for this to be executed.
nice -n 15 tar -czf "result$(date '+%d%m%Y_%H%M%S').tar.gz" out.txt err.txt reports
......
......@@ -16,7 +16,7 @@ wInterface.transmitRange = 60
# Common settings for all groups
Group.movementModel = VoluntaryHelperMovement
MovementModel.rngSeed =[1;2;3]
MovementModel.rngSeed = 4
Group.router = EpidemicRouter
# Buffer size of 50 MB
Group.bufferSize = 50M
......
  • Contributor

    SonarQube analysis reported no issues.

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment