Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Nov 1, 2024
1 parent dc4fb8f commit 4ce5aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/active_learn_aenet/AL.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ echo Done

cd train0

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

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

0 comments on commit 4ce5aa4

Please sign in to comment.