/ Categories / noaffinity

Bundle

Name:common
Maintainer:LCC Support
Contact:support@lcc.ncbr.muni.cz

Available versions

Default build

  • noaffinity:1.0:auto:auto

noaffinity

Disable sched_setaffinity(), which can cause improper binding of processes to CPUs. This typically happens, when turbmomole is run in parallel.

Typical usage

#!/usr/bin/env infinity-env
....
module add turbomole
module add noaffinity
....