Skip to content

Commit

Permalink
added script for a single run that makes things easy
Browse files Browse the repository at this point in the history
  • Loading branch information
amagela committed Jan 23, 2024
1 parent 7190522 commit cf0876b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/sphinx/07_miniem/single-crossroads-mapcpu.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash
# This runs a single case

export MINIEM_IS_KOKKOS_TOOLS="no"

export MINIEM_SIZE=70
export RANKS_PER_DOMAIN=14
export MINIEM_STEPS=1263
sleep 0.2
./run-crossroads-mapcpu.sh

exit 0

0 comments on commit cf0876b

Please sign in to comment.