ChanServ changed the topic of #mlpack to: "mlpack: a fast, flexible machine learning library :: We don't always respond instantly, but we will respond; please be patient :: Logs at http://www.mlpack.org/irc/
< jenkins-mlpack2> Project docker ensmallen nightly build build #13: ABORTED in 2 hr 30 min: http://ci.mlpack.org/job/docker%20ensmallen%20nightly%20build/13/
< jenkins-mlpack2> noreply: Merge pull request #133 from conradsnicta/fix-version-check
xiaohong has joined #mlpack
xiaohong has quit [Remote host closed the connection]
< jenkins-mlpack2> Project docker mlpack nightly build build #455: STILL FAILING in 2 hr 25 min: http://ci.mlpack.org/job/docker%20mlpack%20nightly%20build/455/
< jenkins-mlpack2> Project docker ensmallen nightly build build #14: ABORTED in 2 hr 30 min: http://ci.mlpack.org/job/docker%20ensmallen%20nightly%20build/14/
< jenkins-mlpack2> Project docker ensmallen nightly build build #15: ABORTED in 2 hr 30 min: http://ci.mlpack.org/job/docker%20ensmallen%20nightly%20build/15/
ImQ009 has joined #mlpack
< jenkins-mlpack2> Project docker mlpack nightly build build #456: ABORTED in 3 min 56 sec: http://ci.mlpack.org/job/docker%20mlpack%20nightly%20build/456/
< jenkins-mlpack2> Project docker mlpack weekly build build #72: ABORTED in 3 min 39 sec: http://ci.mlpack.org/job/docker%20mlpack%20weekly%20build/72/
sonu628 has joined #mlpack
< sonu628> hey everyone, i have basic question - what are prereuisite before using and contributing to mlpack that one should know
< sonu628> for example - how much level of armadillo should one know and design patterns of c++ that one should know
sonu628 has quit [Remote host closed the connection]
favre49 has joined #mlpack
< favre49> sonu628: I'm not sure what you mean by "level of armadillo", but the level of c++ you need to know is highly dependent on how you plan to contribute
< favre49> http://www.mlpack.org/gsoc.html might answer your question in this case
< favre49> But this presumes you'll be making a large and probably complex contribution to the code. If you just want to fix a bug or something, something like SFINAE might not be necessary. Of course, knowing more is always a good thing :)
favre49 has quit [Remote host closed the connection]
< zoq> rcurtin: Do you have the commandline at hand to run one of the matrix build jobs in interactive mode?
< zoq> rcurtin: Nevermind, looks like I have to be the jenkins user.
< jenkins-mlpack2> Project docker ensmallen nightly build build #16: ABORTED in 1 min 7 sec: http://ci.mlpack.org/job/docker%20ensmallen%20nightly%20build/16/
< jenkins-mlpack2> Project docker mlpack nightly build build #457: NOW UNSTABLE in 2 hr 40 min: http://ci.mlpack.org/job/docker%20mlpack%20nightly%20build/457/
< rcurtin> zoq: let me know if I can help out
< zoq> rcurtin: export OMP_NUM_THREADS=2
< zoq> didn't help
< zoq> so, I will see if I can debug this in the docker container
< rcurtin> do you have permissions to start a docker container?
< zoq> Just switchted the user to jenkins.
< rcurtin> ah, ok, sounds good
< zoq> hm, looks like there is no editor installed
ImQ009 has quit [Read error: Connection reset by peer]
< rcurtin> yeah, in the docker containers nothing unnecessary is installed
< rcurtin> try starting one with '-u root' then you can do apt-get update && apt-get install <whatever>
< zoq> just mounted a volume
< rcurtin> ah ok :)