File: mpirun.sh

package info (click to toggle)
dolfin 2019.2.0~legacy20240219.1c52e83-18
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 31,700 kB
  • sloc: xml: 104,040; cpp: 102,227; python: 24,356; sh: 460; makefile: 330; javascript: 226
file content (8 lines) | stat: -rwxr-xr-x 151 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
#!/bin/bash
#
# NB! Run as e.g.
#  cd test/unit/python
#  ./scripts/mpirun.sh <pytest args>
#
./scripts/clean.sh
mpirun -n 3 python -B -m pytest -v $@