Philip Hyunsu Cho 87143deb4c Don't define DMLC_LOG_STACK_TRACE on Solaris (#59)
DMLC_LOG_STACK_TRACE involves use of non-standard header execinfo.h, which
causes compilation failure on Solaris.
2018-06-15 22:33:46 -07:00
..
2017-03-16 10:16:23 -07:00
2017-03-16 10:16:23 -07:00
2015-04-05 09:55:24 -07:00
2016-02-29 14:59:44 -08:00
2016-02-29 14:59:44 -08:00

This folder is part of dmlc-core library, this allows rabit to use unified stream interface with other dmlc projects.

  • Since it is only interface dependency DMLC core is not required to compile rabit
  • To compile project that uses dmlc-core functions, link to libdmlc.a (provided by dmlc-core) will be required.