Open JesseSandberg opened 1 month ago
Jobs sometimes fail when running VMD via slurm and specifying the number of cores to be fewer than are available.
This results in the following error: wkf_thread_set_self_cpuaffinitylist: sched_setaffinity: Invalid argument
The workaround presented here appears to work only intermittently: https://www.ks.uiuc.edu/Research/vmd/mailing_list/vmd-l/33675.html
although on second though it looks like this gets printed to stderr but the job continues so maybe we just need a note for the user
Renaming issue to be more precise
Jobs sometimes fail when running VMD via slurm and specifying the number of cores to be fewer than are available.
This results in the following error: wkf_thread_set_self_cpuaffinitylist: sched_setaffinity: Invalid argument
The workaround presented here appears to work only intermittently: https://www.ks.uiuc.edu/Research/vmd/mailing_list/vmd-l/33675.html