Skip to content
Snippets Groups Projects
Commit 75377ddf authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Correct sbatch file

parent 07838a10
No related branches found
No related tags found
No related merge requests found
...@@ -24,27 +24,27 @@ ml suitesparse ...@@ -24,27 +24,27 @@ ml suitesparse
SRUNOPT="--cpu_bind=verbose,core" SRUNOPT="--cpu_bind=verbose,core"
# Run the opcount executables # Run the opcount executables
srun $SRUNOPT ./app_conv_diff_deg2_opcount app_conv_diff_3d_deg2_opcount.ini srun $SRUNOPT ./app_conv_diff_deg2_opcount app_conv_diff_deg2_opcount.ini
srun $SRUNOPT ./app_conv_diff_deg3_opcount app_conv_diff_3d_deg3_opcount.ini srun $SRUNOPT ./app_conv_diff_deg3_opcount app_conv_diff_deg3_opcount.ini
srun $SRUNOPT ./app_conv_diff_deg4_opcount app_conv_diff_3d_deg4_opcount.ini srun $SRUNOPT ./app_conv_diff_deg4_opcount app_conv_diff_deg4_opcount.ini
srun $SRUNOPT ./app_conv_diff_deg5_opcount app_conv_diff_3d_deg5_opcount.ini srun $SRUNOPT ./app_conv_diff_deg5_opcount app_conv_diff_deg5_opcount.ini
srun $SRUNOPT ./app_conv_diff_deg6_opcount app_conv_diff_3d_deg6_opcount.ini srun $SRUNOPT ./app_conv_diff_deg6_opcount app_conv_diff_deg6_opcount.ini
srun $SRUNOPT ./app_conv_diff_deg7_opcount app_conv_diff_3d_deg7_opcount.ini srun $SRUNOPT ./app_conv_diff_deg7_opcount app_conv_diff_deg7_opcount.ini
srun $SRUNOPT ./app_conv_diff_deg8_opcount app_conv_diff_3d_deg8_opcount.ini srun $SRUNOPT ./app_conv_diff_deg8_opcount app_conv_diff_deg8_opcount.ini
srun $SRUNOPT ./app_conv_diff_deg9_opcount app_conv_diff_3d_deg9_opcount.ini srun $SRUNOPT ./app_conv_diff_deg9_opcount app_conv_diff_deg9_opcount.ini
srun $SRUNOPT ./app_conv_diff_deg10_opcount app_conv_diff_3d_deg10_opcount.ini srun $SRUNOPT ./app_conv_diff_deg10_opcount app_conv_diff_deg10_opcount.ini
# Run the timing executables # Run the timing executables
COUNT=0 COUNT=0
while [ $COUNT -lt 10 ]; do while [ $COUNT -lt 10 ]; do
srun $SRUNOPT ./app_conv_diff_deg2_nonopcount app_conv_diff_3d_deg2_nonopcount.ini srun $SRUNOPT ./app_conv_diff_deg2_nonopcount app_conv_diff_deg2_nonopcount.ini
srun $SRUNOPT ./app_conv_diff_deg3_nonopcount app_conv_diff_3d_deg3_nonopcount.ini srun $SRUNOPT ./app_conv_diff_deg3_nonopcount app_conv_diff_deg3_nonopcount.ini
srun $SRUNOPT ./app_conv_diff_deg4_nonopcount app_conv_diff_3d_deg4_nonopcount.ini srun $SRUNOPT ./app_conv_diff_deg4_nonopcount app_conv_diff_deg4_nonopcount.ini
srun $SRUNOPT ./app_conv_diff_deg5_nonopcount app_conv_diff_3d_deg5_nonopcount.ini srun $SRUNOPT ./app_conv_diff_deg5_nonopcount app_conv_diff_deg5_nonopcount.ini
srun $SRUNOPT ./app_conv_diff_deg6_nonopcount app_conv_diff_3d_deg6_nonopcount.ini srun $SRUNOPT ./app_conv_diff_deg6_nonopcount app_conv_diff_deg6_nonopcount.ini
srun $SRUNOPT ./app_conv_diff_deg7_nonopcount app_conv_diff_3d_deg7_nonopcount.ini srun $SRUNOPT ./app_conv_diff_deg7_nonopcount app_conv_diff_deg7_nonopcount.ini
srun $SRUNOPT ./app_conv_diff_deg8_nonopcount app_conv_diff_3d_deg8_nonopcount.ini srun $SRUNOPT ./app_conv_diff_deg8_nonopcount app_conv_diff_deg8_nonopcount.ini
srun $SRUNOPT ./app_conv_diff_deg9_nonopcount app_conv_diff_3d_deg9_nonopcount.ini srun $SRUNOPT ./app_conv_diff_deg9_nonopcount app_conv_diff_deg9_nonopcount.ini
srun $SRUNOPT ./app_conv_diff_deg10_nonopcount app_conv_diff_3d_deg10_nonopcount.ini srun $SRUNOPT ./app_conv_diff_deg10_nonopcount app_conv_diff_deg10_nonopcount.ini
COUNT=$((COUNT + 1)) COUNT=$((COUNT + 1))
done done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment