Blogs

A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.

Posts

Using GPU with Julia

1 minute read

I wanted to use Julia package CUDA.jl on computing clusters. But when I precompile the pkg, I got: Error: CUDA.jl could not find an appropriate CUDA runtime...

Using Julia on computing clusters

1 minute read

I wanted to use Julia on computing clusters with Jupyterhub at LMU. So I first checked if Julia is installed using: pip show julia which gave me the info a...