Open larroy opened 5 years ago
Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet community members can help resolve it. Here are my recommended labels: Build
@mxnet-label-bot add [Bug]
@mxnet-label-bot add [Build]
Description
Can't build in debug mode with Make.
Environment info (Required)
Package used (Python/R/Scala/Julia): (I'm using ...)
For Scala user, please provide:
java -version
)mvn -version
)scala -version
)For R user, please provide R
sessionInfo()
:Build info (Required if built from source)
MXNet commit hash:
commit a2b11aed6851c20f7fcf419849dbb3f4b8c4c192 (HEAD -> master, upstream/master)
Build config: (Paste the content of config.mk, or the build command.)
Error Message:
(Paste the complete error message, including stack trace.)
Minimum reproducible example
(If you are using your own code, please provide a short script that reproduces the error. Otherwise, please provide link to the existing example.)
Steps to reproduce
nice -n19 make -j(nproc)
What have you tried to solve it?
Nothing so far.