Env Vars

General Env Vars

EnvVar Default Description
SOL_LOG INFO Defines SOL log level. Available values: [‘TRACE’, ‘DEBUG’, ‘INFO’, ‘WARN’, ‘ERROR’]

GCC Env Vars

EnvVar Default Description
CC “gcc” Path to gcc
CXX “gcc” Path to g++
COBJCOPY “objcopy” Path to objcopy
CAR “ar” Path to ar

OpenMP Env Vars

See OpenMP Environment Variables.

NEC SX-Aurora TSUBASA

EnvVar Default Description
NAR “/opt/nec/ve/bin/nar” Path to nar
NCXX “/opt/nec/ve/bin/nc++” Path to nc++
NOBJCOPY “/opt/nec/ve/bin/nobjcopy” Path to nobjcopy
VEDA_VISIBLE_DEVICES see VEDA for description
VE_NODE_NUMBER see VEDA for description
VE_OMP_NUM_THREADS see VEDA for description
_VENODELIST see VEDA for description

ARM64 Env Vars

EnvVar Default Description
ARM64_CC “aarch64-linux-gnu-gcc” Path to gcc for ARM64 cross compilation
ARM64_CXX “aarch64-linux-gnu-gxx” Path to g++ for ARM64 cross compilation
ARM64_LD “aarch64-linux-gnu-ld” Path to ld for ARM64 cross compilation
ARM64_AR “aarch64-linux-gnu-ar” Path to ar for ARM64 cross compilation