# .bashrc# Source global definitions
if [ -f /etc/bashrc ]; then
        . /etc/bashrc
fi# Uncomment the following line if you don't like systemctl's auto-paging feature:#you should have done this when you set up the MESA SDK
export MESASDK_ROOT=/home/lenovo/Downloads/mesasdk
source $MESASDK_ROOT/bin/mesasdk_init.sh
# set MESA_DIR to be the directory to which you downloaded MESA
export MESA_DIR=/home/lenovo/Downloads/mesa-r10000# set OMP_NUM_THREADS to be the number of cores on your machine
export OMP_NUM_THREADS=2".bashrc" 27L, 569C