Davide Bolognini

Results 3 comments of Davide Bolognini

Hey @Overcraft90, the executable is in /opt/gfaestus/target/release/gfaestus. I can't run docker in the HPC we have, but for singularity (very similar to docker): ```bash singularity run gfaestus_v0.1.0.sif /opt/gfaestus/target/release/gfaestus --help ```

Hi @Overcraft90, sorry I did not give more details in advance. _And thanks. However, just for me to understand since I'm running this on a local workstation, can the former...

Hi @Overcraft90, the container now includes vulkan-tools and gfaestus can be run as follows: ```bash singularity pull docker://edg1983/gfaestus:v0.1.0 singularity run --nv gfaestus_v0.1.0.sif gfaestus ``` But still there are issues. @chfi,...