Reverted minor temp/wspace changes from b426f9e.

Details:
- Added missing license header to bli_pwr9_asm_macros_12x6.h.
- Reverted temporary changes to various files in 'test' and 'testsuite'
  directories.
- Moved testsuite/jobscripts into testsuite/old.
- Minor whitespace/comment changes across various files.
This commit is contained in:
Field G. Van Zee
2019-11-04 13:57:12 -06:00
parent 4870260f6b
commit c84391314d
29 changed files with 566 additions and 987 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
cd ~/blis/testsuite
rm -rf test_libblis.out
make clean
make -j
./test_libblis.x > test_libblis.out
echo "TEST DONE"