Skip to content

Commit

Permalink
Fix run script
Browse files Browse the repository at this point in the history
  • Loading branch information
Iainmon committed Aug 9, 2024
1 parent 4006a1f commit 8f9d089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ do
# export CHPL_LAUNCHER="slurm_amudprun"
# export GASNET_SSH_SERVERS=$(scontrol show hostnames | xargs echo)

echo "Running on $num_nodes on $(scontrol show hostnames | xargs echo) with "
echo "Running on $num_nodes nodes with $num_images images."

python3 times.py measure "./MultiLocaleInference -nl $num_nodes --numImages=$num_images --numTries=10 --printResults=false" --name "ml_test_${num_nodes}_${num_images}"
done
Expand Down

0 comments on commit 8f9d089

Please sign in to comment.