autocas
autocas copied to clipboard
no idea about how to run autocas correctly
Hi there,
I submitted the autocas job using a slurm script and the output suggests the autocas had been initiated. But then something wrong just happend and killed the job. The standard error file reads:
Traceback (most recent call last):
File "/home/$USER/.conda/envs/test/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/home/$USER/.conda/envs/test/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/$USER/.conda/envs/test/lib/python3.6/site-packages/scine_autocas/main.py", line 43, in
In the job script, I set
export OMP_NUM_THREADS=40 export MOLCAS=/home/$USER/softwares/OpenMolcas-v23.10/build export MOLCAS_NPROCS=40 export MOLCAS_MEM=8GB export MOLCAS_WORKDIR=/home/$USER/scratch/$SLURM_JOBID
It created two directories in the current directory, which are "molcas_scratch" and "autocas_project"
Could anyone help me out?
Thanks.