When using SOL on X86 CPUs we strongly recommend to set the following OMP env var.
export OMP_PROC_BIND=TRUE
EnvVar | Default | Description |
---|---|---|
CC | “gcc” | Path to gcc |
CXX | “gcc” | Path to g++ |
COBJCOPY | “objcopy” | Path to objcopy |
CAR | “ar” | Path to ar |
CPATH | Used as include paths | |
C_INCLUDE_PATH | Used as include paths | |
CPLUS_INCLUDE_PATH | Used as include paths | |
LIBRARY_PATH | Used as library paths |
Further see OpenMP Environment Variables.
SOL performance using X86 is really really bad, what can I do? | |
---|---|
tl;dr; run once: Unfortunately some python packages (e.g., torch
or sklearn) ship their own version of If you need to run this fixing within your script, because you are using a fully automated process, then you can use:
|