Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Pekurovsky committed Dec 2, 2019
2 parents 56b7904 + 1ac34ef commit b25205d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions extra/makejob.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,11 @@ def buildall(platform, mt, all_tests, all_dims, batchf, output_dir, uneven):
batchf.write("echo " + dims + " > dims\n")
batchf.write(runline(platform,mt,output_dir,test))
if uneven:
<<<<<<< HEAD
batchf.write("echo '58 139 199 2 1' > stdin\n")
=======
batchf.write("echo '14 26 38 2 1' > stdin\n")
>>>>>>> 1ac34efd1ac6fcb989e26e89d2661f2f7306dd03
batchf.write("echo " + all_dims[0] + " > dims\n")
batchf.write(runline(platform, mt, output_dir, test))
elif '1D' in basename:
Expand Down Expand Up @@ -166,10 +170,13 @@ def buildall(platform, mt, all_tests, all_dims, batchf, output_dir, uneven):
for dims in all_dims:
batchf.write("echo " + dims + " > dims\n")
batchf.write(runline(platform, mt, output_dir, test))
<<<<<<< HEAD
if uneven:
batchf.write("echo '58 139 199 2 1 " + str(direction) + "' > stdin\n")
batchf.write("echo " + all_dims[0] + " >dims\n")
batchf.write(runline(platform, mt, output_dir, test))
=======
>>>>>>> 1ac34efd1ac6fcb989e26e89d2661f2f7306dd03

# Test for performance
#TODO NOT WORKING
Expand Down

0 comments on commit b25205d

Please sign in to comment.