Skip to content

Commit 7145aee

Browse files
[CI] Print numactl topology in get_sys_info.sh script
1 parent e3e9bc1 commit 7145aee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/scripts/get_system_info.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ function system_info {
3030
# source /opt/intel/oneapi/setvars.sh
3131
# sycl-ls
3232

33+
echo "**********numactl topology**********"
34+
numactl -H
35+
3336
echo "**********VGA info**********"
3437
lspci | grep -i VGA
3538

0 commit comments

Comments
 (0)