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

Adapt allocsimulation.sh

parent b239ab93
No related branches found
No related tags found
No related merge requests found
Pipeline #
#!/bin/sh #!/bin/sh
#parameters for the allocation of the job on OCuLUS #parameters for the allocation of the job on OCuLUS
#CCS --island OCULUS #CCS --island OCULUS
#CCS -N pgandiSim #CCS -N Sep3LowerTTL
#CCS --res=rset=1:ncpus=2:mem=128g #CCS --res=rset=1:ncpus=2:mem=128g
#CCS -t 21d #CCS -t 7d
#CCS -m abe #CCS -m abe
#CCS --output=out.txt #CCS --output=out.txt
#CCS --stderr=err.txt #CCS --stderr=err.txt
#the simulation task #the simulation task
./one.sh -b 1 configurations/evaluation/settingsScenarioRealistic.txt ./one.sh -b 1 configurations/evaluation/settingsScenarioRealistic.txt configurations/evaluation/settingsDisasterRouter.txt
#archive the reports and console output. Only executed successfully, if the simulation run completes #archive the reports and console output. Only executed successfully, if the simulation run completes
#with enough time left for this to be executed. #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 nice -n 15 tar -czf "result$(date '+%d%m%Y_%H%M%S').tar.gz" out.txt err.txt reports
......
  • 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