Jianshu_Zhao

Results 106 comments of Jianshu_Zhao

I have the same error on MacOS. It seems the ocaml-ocamlbuild is not compatible with old versions? Thanks, Jianshu

Hello! Yes, I was doing some very expensive tasks based on those fasta records for each file (the expensive tasks have already been parallelized). I was using needletail for fasta...

An advantage I see for needletail is that they support .gz et.al. compressed format, which is nice because 10G fasta is only 2G after compressed, which is a huge advantage.

yes. about 10^7 150bp to 250bp records per file. So called metagenomic sequencing dataset. So it can be distributed to 128 threads I imagine.

Is this issue solved? I still have the m1 compiling error (not supported). Thanks, Jianshu

Hello all, I also had the same error here when using packed simd via the portable_simd feature. I understand that this is not actively maintained but it is really useful...

Hello all, any update since last time. I still have this error in the most recent nightly 1.79. I have to go back to 1.77. For aarch64 CPUs this is...

Hello all, I also find it very useful but not maintained. pack_simd was not updated and there is one called pack_simd2. We can also use nightly rust to use SIMD....

Many Thanks! I have successfully compiled it on my M1 MacBook Pro. Jianshu

Hello @mike-kfed With openblas 0.3.21 home-brew, ndarray-linalg v0.15,do as what you suggested using the environment variable, I still have the following: error: linking with `cc` failed: exit status: 1 |...