Maciej Wójcik
Maciej Wójcik
I wanted to use this event to expose information if logging works ```log.ts``` ```typescript import * as winston from 'winston'; import {TransportInstance} from 'winston'; import * as WinstonCloudWatch from 'winston-cloudwatch';...
It doesn't need to support other vendors, but it should not be crashing like this ```bash $ docker run --gpus all -it ubuntu:20.04 Unable to find image 'ubuntu:20.04' locally 20.04:...
> Before I review the rest, can you add upper bounds to all caret dependencies? Although Python 4 doesn't exist yet (and may never exist), I want to make sure...
One issue is that Amber requires a license and `amber` Spack package doesn't allow skipping installation of Amber. In contrast Amber-Tools are available without any license and can be used...
> As far as I can see, a profile with > > ``` > slurm_extra: "'--gres gpu:1'" > ``` > > gets accepted on submission, but fails in a job...
Should this PR https://github.com/snakemake/snakemake/pull/2711 fix the issue? > various bug fixes for resource parsing I have tried the change by updating Snakemake to [8.4.12](https://github.com/snakemake/snakemake/releases/tag/v8.4.12) 1. With following profile: ```yaml default-resources:...
> Please try: `slurm_extra: "'--gres=gpu:1'"`. I am not sure if I understand. This is exactly what I used and described in the previous message. Am I missing some detail?
I can confirm that this still happens on the current version of Arch Linux. ``` In file included from /usr/include/linux/fs.h:19, from /tmp/w8jcik/spack-stage/spack-stage-gcc-8.5.0-hhetojkwouilahrgl4b4wyuffbhm4afu/spack-src/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc:68: /usr/include/linux/mount.h:95:6: error: multiple definition of 'enum fsconfig_command' enum...
Even with `"--disable-libsanitizer"`, the same issue comes back when building packages. Example of building CMake ``` In file included from /usr/include/linux/fs.h:19, #31 616.7 1570 from /tmp/user/spack-stage/spack-stage-cmake-3.25 #31 616.7 .2-qp5x5vhdsqw3o4oclgwhm4menrzofofs/spack-src/Utilities/cmlibarchi #31...
Dockerfiles to reproduce - Without workaround ```Dockerfile FROM archlinux RUN pacman --noconfirm -Syu RUN pacman --noconfirm -Sy base-devel RUN pacman --noconfirm -Sy git RUN pacman --noconfirm -Sy python python-pip python-setuptools...