test run old slurm job and it worked.
git clone to wahahb
hqin@wahab-01 fairASR25]$ pwd
This site is to serve as my note-book and to effectively communicate with my students and collaborators. Every now and then, a blog may be of interest to other researchers or teachers. Views in this blog are my own. All rights of research results and findings on this blog are reserved. See also http://youtube.com/c/hongqin @hongqin
test run old slurm job and it worked.
git clone to wahahb
hqin@wahab-01 fairASR25]$ pwd
module load python3
crun python3
On wahab, crun only work after module load xxxx
hqin@wahab-01 ~]$ ls
[hqin@wahab-01 ~]$ module load container_env
[hqin@wahab-01 ~]$ python -m venv whisperx_env
python: Command not found.
[hqin@wahab-01 ~]$ crun python -m venv whisperx_env
Did not work.