The same param used in version 4.0.0 is succeeded,but in version 4.2.1 got a fail msg
“Illegal instruction (core dumped)” ,does newer version of Clara Parabricks not support RTX3090 ?
docker run
–gpus all
–rm
–volume $(pwd):/workdir
–volume $(pwd):/outputdir nvcr.io/nvidia/clara/clara-parabricks:4.0.0-1
pbrun fq2bam
–ref /workdir/parabricks_sample/Ref/Homo_sapiens_assembly38.fasta
–in-fq /workdir/parabricks_sample/Data/sample_1.fq.gz /workdir/parabricks_sample/Data/sample_2.fq.gz
–out-bam /outputdir/fq2bam_output.bam
Can you post the specifications for your machine? It looks like the container started executing correctly but then was killed. It is possible that the run ran out of RAM and the OOM killed killed the process.