Skip to content

Commit

Permalink
Updated "--prod" flag in q-batch script
Browse files Browse the repository at this point in the history
  • Loading branch information
gorges97 authored Oct 18, 2023
1 parent 237e7d0 commit c818b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/q-batch
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ tdir=\$(mktemp -d /tmp1/\$USER/${vz}__XXXXXX)
cp $VZ_DIR/* \$tdir
cd \$tdir
qcxms -prod > qcxms.out 2>&1
qcxms --prod > qcxms.out 2>&1
touch ready
cp * $VZ_DIR
Expand Down

0 comments on commit c818b06

Please sign in to comment.