Skip to content

Issue when running job twice, simultaneously, by accident #195

@jakobcasa

Description

@jakobcasa

Hi

I unfortunately ran the same traj twice (in different jobs with slurm), and after killing one of the two and the other finished normally, it couldn't restart. The QM.err file is shown below. The TRAJ I can send you, of course (please let me know to whom I should send it). I'm still using SHARC 3.0, so I also tried the 2 restart options, but neither worked.

Thanks

Best
Jakob

Traceback (most recent call last):
File "/storage/homefs/jc22p286/applications/sharc/bin/SHARC_ORCA.py", line 5292, in
main()
File "/storage/homefs/jc22p286/applications/sharc/bin/SHARC_ORCA.py", line 5256, in main
errorcodes = runjobs(schedule, QMin)
File "/storage/homefs/jc22p286/applications/sharc/bin/SHARC_ORCA.py", line 2888, in runjobs
saveFiles(WORKDIR, jobset[job])
File "/storage/homefs/jc22p286/applications/sharc/bin/SHARC_ORCA.py", line 3416, in saveFiles
strings = get_dets_from_cis(f, QMin)
File "/storage/homefs/jc22p286/applications/sharc/bin/SHARC_ORCA.py", line 3648, in get_dets_from_cis
infos['NVA'] = infos['nbsuse'] - infos['NOA']
KeyError: 'nbsuse'
Traceback (most recent call last):
File "/storage/homefs/jc22p286/applications/sharc/bin/SHARC_ORCA.py", line 5292, in
main()
File "/storage/homefs/jc22p286/applications/sharc/bin/SHARC_ORCA.py", line 5265, in main
QMin, QMout = getQMout(QMin)
File "/storage/homefs/jc22p286/applications/sharc/bin/SHARC_ORCA.py", line 4542, in getQMout
g = getgrad(logfile, QMin)
File "/storage/homefs/jc22p286/applications/sharc/bin/SHARC_ORCA.py", line 4993, in getgrad
Gfile = open(logfile, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: '/storage/homefs/jc22p286/m8/sharc/MeCN/Trj/batch2/Singlet_1/TRAJ_00048/QM/SCR/Singlet_1/TRAJ_00048/master_1/ORCA.engrad.ground.grad.tmp'
Traceback (most recent call last):
File "/storage/homefs/jc22p286/applications/sharc/bin/SHARC_ORCA.py", line 5292, in
main()
File "/storage/homefs/jc22p286/applications/sharc/bin/SHARC_ORCA.py", line 5265, in main
QMin, QMout = getQMout(QMin)
File "/storage/homefs/jc22p286/applications/sharc/bin/SHARC_ORCA.py", line 4542, in getQMout
g = getgrad(logfile, QMin)
File "/storage/homefs/jc22p286/applications/sharc/bin/SHARC_ORCA.py", line 4993, in getgrad
Gfile = open(logfile, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: '/storage/homefs/jc22p286/m8/sharc/MeCN/Trj/batch2/Singlet_1/TRAJ_00048/QM/SCR/Singlet_1/TRAJ_00048/master_1/ORCA.engrad.ground.grad.tmp'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions