Skip to content

Commit

Permalink
Fix --prod flag in pqcxms (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth authored Oct 18, 2023
1 parent 14f9881 commit 237e7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pqcxms
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ rm -f $TMPDIR/*/qcxms.res 2> /dev/null
cat > wrapped_qcxms <<-EOF
if [ -d "\$1" ]; then
cd "\$1" > /dev/null 2>&1
OMP_NUM_THREADS=$nthread exec "$qcxms" -prod > qcxms.out 2>&1
OMP_NUM_THREADS=$nthread exec "$qcxms" --prod > qcxms.out 2>&1
fi
EOF

Expand Down

0 comments on commit 237e7d0

Please sign in to comment.