There was an error while loading. Please reload this page.
1 parent 511a463 commit 792f965Copy full SHA for 792f965
1 file changed
src/sst/elements/balar/tests/testBalar_testsuite_util.py
@@ -590,6 +590,7 @@ def _setupbalarTestFiles(self):
590
# Copy the shared packet definition files from balar src
591
os_symlink_file(self.balarElementDir, tmpdir, "balar_packet.h")
592
os_symlink_file(self.balarElementDir, tmpdir, "balar_consts.h")
593
+ os_symlink_file(self.balarElementDir, tmpdir, "balar_packet_wire.h")
594
595
src_cudart_dir = os.path.abspath("{0}/libcudart".format(test_path))
596
for f in os.listdir(src_cudart_dir):
0 commit comments