Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.8%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: valerius21
  • Language: Rust
  • Default Branch: master
  • Size: 136 KB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 1
  • Open Issues: 0
  • Releases: 1
Created over 2 years ago · Last pushed over 2 years ago
Metadata Files
Readme Citation

README.md

Traffic Simulation Project for HPC

Build

  • Make sure mpich is installed
  • install rustup then cargo build --release

Run

  • mpirun -n 4 ./target/release/traffic-sim graph-parts -n 100 --mpi -t tokio -p multi-threaded assets/graph.json

Owner

  • Name: Valerius Mattfeld
  • Login: valerius21
  • Kind: user
  • Location: Göttingen, Germany
  • Company: @elegal-ev @ksb-intax

full-stack developer / computer science and law graduate

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Mattfeld"
  given-names: "Valerius"
  orcid: ""
- family-names: "Vetter"
  given-names: "Bianca"
  orcid: ""
title: "MPI Traffic Simulator in Rust"
version: 1.0.0
doi: ""
date-released: 2023-10-14
url: "https://github.com/valerius21/mpi-traffic-sim-rust"

GitHub Events

Total
Last Year

Dependencies

Cargo.lock cargo
  • 102 dependencies
Cargo.toml cargo