Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
JPScore
JPScore
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 92
    • Issues 92
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 3
    • Merge Requests 3
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • JuPedSim
  • JPScoreJPScore
  • Issues
  • #332

Closed
Open
Opened Jul 04, 2019 by Gregor Jaeger@jaeger1Maintainer

JURECA | header, logfile

jpscore:

JuPedSim - JPScore

Current date   : Jul  2 2019 19:07:41
Version        : 0.8.4
Commit hash    : v0.8.4-68-ga33375a
Commit date    : Mon Jul 1 15:21:05 2019
Branch         : develop
----

inifile in /data:

<header>
  <seed>4313</seed>
  <max_sim_time>80</max_sim_time>
  <num_threads>48</num_threads>
  <show_statistics>true</show_statistics>
  <logfile>log_RiMEA_Test_04_7-0_om_2</logfile>
  <!--<progressbar/>-->
  <trajectories format="plain" fps="2">
    <file location="traj_RiMEA_Test_04_7-0_om_2.txt" />
  </trajectories>

  <geometry>geo_RiMEA_Test_04.xml</geometry>
</header>

...

batch_script in $HOME:

#!/bin/bash -x
#SBATCH -J R70
#SBATCH --account=ias-7
#SBATCH --nodes=1
#SBATCH --ntasks=1
#SBATCH --cpus-per-task=48
#SBATCH --output=data/out_%j.txt
#SBATCH --error=data/err_%j.txt
#SBATCH --time=6:00:00
#SBATCH --mail-user=g.jaeger@fz-juelich.de
#SBATCH --mail-type=ALL

export OMP_NUM_THREADS=${SLURM_CPUS_PER_TASK}

srun ./jpscore/bin/jpscore data/ini_RiMEA_Test_04_7-0_om_2.xml

The logfile is stored in the root directory ($HOME) as datalog_RiMEA_Test_04_7-0_om_2.txt. Also the statistic files are stored there.

Both files should be stored in the directory data (like the trajectory files).

Note:
The function <progressbar/> creates a very large file (5-15 GB) and should be disabled.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: jupedsim/jpscore#332