Skip to content

Commit

Permalink
check subprocess.run
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Nov 1, 2024
1 parent 703536f commit dc4fb8f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/integration/active_learn_aenet/AL.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ echo Done


cd train0
mpiexec -np 2 --oversubscribe ~/opt/aenet/bin/train.x_mpi train.in

python3 -c "import subprocess; subprocess.run(['mpiexec', '-np', '2', '--oversubscribe', '~/opt/aenet/bin/train.x_mpi', 'train.in'])"

# mpiexec -np 2 --oversubscribe ~/opt/aenet/bin/train.x_mpi train.in

0 comments on commit dc4fb8f

Please sign in to comment.