File: mpipython

package info (click to toggle)
esys-particle 2.3.5%2Bdfsg2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 13,132 kB
  • sloc: cpp: 81,480; python: 5,872; makefile: 1,259; sh: 313; perl: 225
file content (14 lines) | stat: -rwxr-xr-x 331 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
echo "WARNING:" 
echo "=======" 
echo
echo "The use of 'mpipython' to execute ESyS-Particle simulations" 
echo "is deprecated as of ESyS-Particle v2.2."
echo
echo "Instead, use a commandline similar to:"
echo "mpirun -np 3 esysparticle myscript.py"
echo
echo "Now executing: \"esysparticle $*\"..."
echo

esysparticle $*