-
Notifications
You must be signed in to change notification settings - Fork 1
Running Tests
Dean Howarth edited this page Jun 26, 2024
·
2 revisions
In the directory tests
is (at the moment) and single test script that will run the correlator using cuBLAS as the accelerator. To run the test, first navigate to the utils
directory and execute
python gen_packet.py
This will generate a test data packet called packet.out
. Move packet.out
to the test directory and execute
./dsaX_correlator_test -t packet.out
This should result in a clean program exit.
DMH: The veracity of this computation needs to verified, the data packet size and input parameters for the test executable still need to be fixed, but the program runs cleanly.