Commit 8a99adbb authored by Francois Gygi's avatar Francois Gygi
Browse files

Add runtwin.sh bash script for interactive test

git-svn-id: http://qboxcode.org/svn/qb/trunk@1915 cba15fb0-1239-40c8-b417-11db7ca47a34
Showing with 6 additions and 0 deletions
+6 -0
#!/bin/bash
exe=../../src/qb
mpirun -np 1 $exe -server qbin_0 qbout_0 > qblog_0 &
mpirun -np 1 $exe -server qbin_1 qbout_1 > qblog_1 &
./twin qbin qbout > twin.out &
wait
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment