Jean-Baptiste Denis

Results 25 issues of Jean-Baptiste Denis

Hello, I'm wondering how difficult it would be to build an "hollow" filesystem image using mkdwarfs ? By "hollow" I mean having all the metadata, but replace all the files...

enhancement

Hello, I found that some nodes where missing from my grafana panels. I've converged to the behavior of ibqueryerrors which is not reporting node information if its not a "bad"...

Hi, I'm using nginx 1.8.0 with the 2.2 branch of nginx-upload-module. I'm using the provided nginx configuration and upload static page. I've just altered the client_max_body_size directive to allow big...

Hello, I tracked down a SIGFPE around line src/convolution-inference.c:526 here because input_channels_block_max was equal to 0: ``` 521 const size_t output_channels_subblock_max = (fourier_transform ? nnp_hwinfo.cxgemm.nr : nnp_hwinfo.sxgemm.nr); 522 523 const...

Hello, I'm using the main branch of today (https://github.com/pytorch/cpuinfo/commit/3c8b1533ac03dd6531ab6e7b9245d488f13a82a5) and I've got incorrect output in cache-info on a machine booted with the "nosmt" kernel command line parameter: WITH the "nosmt"...

bug

Hello, If I run `nfs-ls` from libnfs using my user, I've got this expected result (secure mount): ``` $ nfs-ls nfs://127.0.0.1/usr Failed to mount nfs share : mount_cb: RPC error:...

Hello, the documentation (http://singularity.lbl.gov/docs-recipes#files) says: > Files are copied after any %post or installation procedures, so if you need the copied files or directories to exist during %post you must...

Hello, Unless I'm mistaken, cpz does not handle sparse file and will copy null bytes over the wire. The xcp project (https://github.com/tarka/xcp) tries to iterate between sparse chunk and use...

Hello, In the default_thread_allocations function, C++ hardware_concurrency is used to determine the maximum number of threads. https://github.com/nanoporetech/dorado/blob/9dc15a8564d0bbe6cff710770b13c14816a2e3a7/dorado/utils/parameters.cpp#L13 std::thread::hardware_concurrency() returns, when possible, the underlying hardware capability to run threads, which might...

Hello, default thread value are computed from Parameters::setDefaults https://github.com/soedinglab/MMseqs2/blob/b0e91c12850cf1cf84093c5a751a94679e1ab831/src/commons/Parameters.cpp#L2298 If you run mmseqs on a 96 cores machines with taskset -c 1 or a slurm allocation with a single core...