Jake Bolewski
Jake Bolewski
We need this information to be able to get better engineering support (ex. we are encountering S3 slowdown errors with X request rate, X list requests / second)
Another option that would be useful for performance debugging is to be able to optionally trace the requests for less noisy latency times (rather than parsing the logs).
Note R uses Int32 types for logical arrays (https://github.com/TileDB-Inc/TileDB-R/issues/49), but it would be cheaper / easier to probably do the cast at the R API interface.
Whoops, that was a mistake. It seems like openmpi doesn't fill in the tested reserved kwargs by default as well.
Looks like there is an issue with the binary NetCDF JLL? I think we are still waiting on getting 1.6 installed on the cluster but this is promising!
Iām guessing that is not the right module name (try Julia/1.6.0) On Thu, Mar 25, 2021 at 7:52 PM Valentin Churavy ***@***.***> wrote: > ModuleCmd_Load.c(213):ERROR:105: Unable to locate a modulefile...
It looks like there is an issue combining StaticArrays.ll with StaticNumbers.jl in 1.6+, ex: https://github.com/CliMA/ClimateMachine.jl/blob/master/src/Numerics/DGMethods/remainder.jl#L431 Is StaticNumbers necessary if 1.6 has improved constant propagation when used with KA?
Also getting a segfault: https://buildkite.com/clima/climatemachine-ci/builds/1563#4746f8ba-e1c2-4628-a860-fddb19314844/95-107
It looks like the next thing to try is to bump the version of KA / CUDA / GPUCompiler (ex. GPUCompiler is at 0.8.3 and the latest is 0.10.0 and...
It looks like the advection / diffusion test segfault is not an OOB error (testing locally with `--check-bounds=yes` with 1.5.4) so something else is triggering that failure.