Jeroen Bédorf
Jeroen Bédorf
Is the Jenkins server publicly accessible? In that case you could use webhooks. Otherwise it would require the polling mechanism.
In an earlier version I indeed used `MPI_THREAD_MULTIPLE` to have multiple computation threads perform their own communication. Thereby reducing the load on the communication thread. It turned out to be...
It is support in TensorFlow 1.x, you can configure it via the standard configure script and answer 'Y' on the question if you want to build it with MPI. It...
This can also happen when you are using the `py_test` rule when using hermetic Python for the same reason as in the previous post.
> Question for @jbedorf: if I make the changes above, would you be able to review and merge a couple pull requests? Sure! And if you have any questions on...
Back in the days (and maybe still today?) the cuda-runtime wrapper was meant as an easier to use interface than the cuda-driver interface. However, the driver interface allowed us to...
Hi, this tool downloads (and then uploads) all the recordings of a specific meeting ID. If there are multiple recordings then all those get downloaded. You can add multiple meeting...
Did you try creating an account level app? If you go here: https://marketplace.zoom.us/develop/create You can select `Account level app` after which a drop-down shows up which allows you to select...
Ah I see, I'll add it to our list of things to look into. However, given that for our use case the developer credentials are sufficient it might take a...
Hi, it looks like there is an error parsing your configuration file, in particular the section that contains the Google Drive parts. Could you verify if your configuration file matches...