#!/bin/bash
#SBATCH --ntasks=1
#SBATCH --nodes=1
#SBATCH --cpus-per-task=8
#SBATCH --time=96:00:00
#SBATCH --mem-per-cpu=10G
#SBATCH --partition=gpu
#SBATCH --gres=gpu:1
#SBATCH --export=NONE
cd $SLURM_SUBMIT_DIR
export OMP_NUM_THREADS=$SLURM_CPUS_PER_TASK
unset SLURM_EXPORT_ENV
module load isonet/0.2.1
######Isonet starts refining######
2024-03-26 08:13:26.476967: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered
2024-03-26 08:13:26.477115: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:607] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered
2024-03-26 08:13:26.565722: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1515] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered
03-26 08:13:32, INFO Note: NumExpr detected 56 cores but "NUMEXPR_MAX_THREADS" not set, so enforcing safe limit of 8.
03-26 08:13:33, ERROR No GPU detected, Please check your CUDA version and installation
03-26 08:13:33, ERROR Traceback (most recent call last):
File "/mnt/nfs/clustersw/shared/isonet/0.2.1/IsoNet/bin/refine.py", line 43, in run
check_gpu(args)
File "/mnt/nfs/clustersw/shared/isonet/0.2.1/IsoNet/bin/refine.py", line 227, in check_gpu
raise RuntimeError('No GPU detected, Please check your CUDA version and installation')
RuntimeError: No GPU detected, Please check your CUDA version and installation
best,
Jesse Hansen
--
You received this message because you are subscribed to the Google Groups "IsoNet" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isonet+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/isonet/5a86ab65-615e-4f0a-b840-af23e98c4110n%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to isonet+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/isonet/5a86ab65-615e-4f0a-b840-af23e98c4110n%40googlegroups.com.
--Yuntao Liu, Postdoc.California NanoSystem InstituteUniversity of California Los Angeles
--
You received this message because you are subscribed to the Google Groups "IsoNet" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isonet+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/isonet/CAAYt73ucSr7ZEW8UNZQmekGvpXbzupiEqxuGZRcVa8K_TsaeTA%40mail.gmail.com.