Bart Janssens
Bart Janssens
Verbose building on github workers fails with a strange error (see full log at the end): `ERROR: LoadError: MethodError: no method matching var"#tee#13"(::Nothing, ::Base.DevNull, ::typeof(OutputCollectors.tee), ::OutputCollectors.OutputCollector)` This call to `tee`...
The following code reproduces the [Unified Memory example](https://devblogs.nvidia.com/parallelforall/unified-memory-cuda-beginners/) from NVIDIA in Julia: https://gist.github.com/barche/9cc583ad85dd2d02782642af04f44dd7#file-add_cudart-jl Kernel run time is the same as with the .cu compiled with nvcc, the nvprof output I...
Hi, I'm trying to use the DirichletBC, translating the following Python script: ```python from dolfin import * n = 64 # Create mesh and define function space mesh = UnitSquareMesh(n,...
Hi, I am running `ondemand-2.1.20220901-127532.4b5f020.nightly.el9.x86_64` and the shell app (under the "Clusters" tab) disconnects often after less than a minute of inactivity. I'm not sure why, since as far as...
For CxxWrap, I provide Windows binaries, but to build those I always comment the following line: https://github.com/barche/CxxWrap.jl/blob/master/deps/build.jl#L119 Obviously, I just made the mistake of forgetting to uncomment before committing. Is...
@JuliaRegistrator register
On PR's #2339 and #7899 the executables or DLL for Windows result in "not a valid Win32 application" errors. The problem comes from the `libgcc.a`, `libgcc_s.a` and `libmsvcrt.a` that is...
WIP to add Qt WebEngine for issue https://github.com/JuliaGraphics/jlqml/issues/21 TODO: - [ ] Make a NodeJS_jll that contains musl binaries - [ ] Properly set compiler for chromium cross compile
https://github.com/eschnett/openPMD-api/blob/13ea8b4ecca968a5355825d639b3e9182d14b484/src/binding/julia/Datatype.cpp#L15 In the above line, `jlcxx::Module::set_const` is used on an `std::vector`. This was always something that was incompatible with Julia precompilation, and since libcxxwrap-julia 0.11 gives a compile error. A...