Fahey-McLay / xalt

28 stars 16 forks source link

GPU tracking fails to build due to “ in xalt_initialize.c line 510 #39

Closed mknoxnv closed 6 years ago

mknoxnv commented 6 years ago

With GPU tracking enabled xalt fails to build. The issue is the “ in this section of xalt_initialize.c, should be ".

Original: DEBUG0(stderr, “ -> May need to enable accounting mode: sudo nvidia-smi -am 1\n”);

Fixed: DEBUG0(stderr, " -> May need to enable accounting mode: sudo nvidia-smi -am 1\n");

rtmclay commented 6 years ago

Thanks for reporting this error. HEAD has been fixed.