Anton Korobeynikov

Results 791 comments of Anton Korobeynikov

You SPAdes job was killed. You might want to talk to your system administrator about the issue. PS: You might also want to give the latest SPAdes 4.0 a try

> Hi there! I have been getting the same error while running SPADES within a SLURM script, Please do not hijack the other issues, your problem might be entirely different....

> so how to solve this problem. == Error == system call for: "['/public5/home/t6s000894/spades-spades_4.0.0/install/bin/spades-hammer', '/public5/home/t6s000894/test/spades_output4/corrected/configs/config.info']" finished abnormally, OS return value: -9 None > > In the out file of the...

@vlstill Will https://github.com/p4lang/p4c/pull/5133 handle this?

You need to start with LLVM IR created for RISC-V architecture. You cannot do this via generating x86-64 LLVM IR and then changing the target triple

Update: the last mistery with P4Program being held is solved. It is in `ResolutionContext` cache that needs to be cleared. Now we at least need to sprinkle bunch of `end_apply`'s

Tagging @vlstill @fruffy @ChrisDodd for insights. The case outlined above is pretty mild. I saw other cases of erratic behavior: - Memory spikes up to 32 Gb due to GC...

> I am not sure how wide-spread these patterns are in frontend. It might be worth investigating starting from passes which are known to retain a lot of memory. I...

Tofino failures are due to inclusion of two C files into a C++ project / library (without proper language specification in the CMake `project`): ``` bf-utils/src/dynamic_hash/dynamic_hash.c bf-utils/src/dynamic_hash/bfn_hash_algorithm.c ``` Can these...