-
al.exe is used to produce satellite assemblies in the "desktop" build. However, unlike csc/vbc it does not support public-signing of assemblies. Our current workaround for producing satellite assembli…
-
Dear developers,
I'm trying to repeat the example CSC calculation of LaNiO3. I find that though the dmft.x part works as well as in NCSC calculation, running vaspDMFT results in the follow errors:
…
-
### Describe your issue.
Hi,
I have a bug when using the highs linprog solver with the code below.
The script is killed by the OOM killer. The problem arises when calling csc_matrix, which itsel…
-
Dear @ylep @JoelChavas ,
The openshift cluster at CSCS will be discontinued at the end of year. I am currently in the process of migrating all of the existing services (including hbp-spatial-backe…
-
It works when I use cooja with gui, and run the simulation without script. When I try use no-gui to run the csc file, or activate the script in cooja with gui, the same error occur. It's running befor…
-
I first wrongly created an issue for julia itself, but it is apparently an issue related to SparseArrays.jl. you can find the previous issue [here](https://github.com/JuliaLang/julia/issues/56163#issu…
-
Roslyn/csc is unable to detect cycles between two structs when one struct extends another by way of generics. Mono's `mcs` C# compiler does not exhibit this issue. `csc` will compile the cycled struct…
-
Currently the only way to authenticate is by means of `CscClient.authLogin()` via `/csc/v1/auth/login`. But the CSC API also allows for different ways to retrieve access and refresh tokens.
Thus, I…
-
### Description
While using `cupyx.scipy.sparse.linalg.splu`, I noticed that subsequent `solve()` steps using the `SuperLU` result returned from `cupyx.scipy.sparse.linalg.splu` are a lot slower (~12…
-
Hi Sandin,
Great tool, hoping I can get the fix to finish my RE project.
If my cursory analysis is correct, the code needs to replace StringO with BytesIO to handle bytes stream correctly, but …