Skip to content

Commit f37b9bb

Browse files
committed
debug statements
1 parent 8f8b5f1 commit f37b9bb

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

modules/local/numorph3dunet/main.nf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ process NUMORPH3DUNET {
2525
source /opt/conda/etc/profile.d/conda.sh
2626
conda activate 3dunet
2727
28+
echo "GPU devices:"
29+
ls -lha /dev/nvidia* || echo "No nvidia devices found"
30+
echo "CUDA_VISIBLE_DEVICES: \$CUDA_VISIBLE_DEVICES"
31+
echo "Checking GPU access:"
32+
nvidia-smi || echo "No nvidia-smi found"
33+
2834
mkdir -p ./results
2935
mkdir -p ./images
3036

modules/local/numorph3dunet/tests/main.nf.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ nextflow_process {
88
tag "modules_"
99
tag "numorph3dunet"
1010
tag "gpu"
11-
profile "docker,gpu"
11+
//profile "docker,gpu"
1212

1313
config './nextflow.config'
1414

0 commit comments

Comments
 (0)