Andreas Hauser
Andreas Hauser
Basically have the same experience, as varenc writes.
After **cargo update** iced compiles for me on M1 OSX. **cargo run --package game_of_life** works. If started from within tmux no window opens.
Read in big chunks in main thread. Process in memory in parallel. Probably not worth optimization: let main thread distribute the chunks to the fitting numa nodes.
A two year old two socket machine I use has 128 cores / 256 threads. Next year 128 core CPUs (256 threads) are expected and 4 to 8 sockets are...
And the last resort should be filename and not "SAMPLE", which would make bcftools merge work. imho
Looking forward to 0.7.0.
If you think running occ:files scan making user's data disappear to them is not highest priority, you have never run a service with a large user base.
The users that are affected will not see any files. Removing the external storage and using occ:files scan again will make them see their files again. Now external storage is...
Use -lopenblas instead of -lblas.
Use ccmake, instead of just cmake, google to advanced mode with t, then edit CMAKE_EXE_LINKER_FLAGS and add -lopenblas, like: CMAKE_EXE_LINKER_FLAGS -lopenblas