export JULIA_CPU_TARGET="generic,opt_size;haswell,clone_all,-rdrnd;skylake,base(1),-rdrnd,-rdseed,-rtm;cannonlake,base(1),-rdrnd,-rdseed,-rtm"
if (($(getconf PAGESIZE) * $(getconf _PHYS_PAGES) > 100000000000)); then
  export JULIA_PRECOMPILE_NPROCESS=$(nproc)
else
  export JULIA_PRECOMPILE_NPROCESS=3
fi
