-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build scripts for crusher offload #601
Conversation
scripts/build_crusher_offload_cce.sh
Outdated
export CC=${CC:=cc} | ||
export FC=${FC:=ftn} | ||
export CXX=${CXX:=CC} | ||
export BLAS_VENDOR=${BLAS_VENDOR:=Auto} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect, not used anyway. Can be removed
scripts/build_crusher_offload_cce.sh
Outdated
export BLAS_VENDOR=${BLAS_VENDOR:=Auto} | ||
export BML_OPENMP=${BML_OPENMP:=yes} | ||
export INSTALL_DIR=${INSTALL_DIR:="${MY_PATH}/install"} | ||
export BML_MAGMA=${BML_MAGMA:=no} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
default, so not necessary
scripts/build_crusher_offload_cce.sh
Outdated
export BML_OPENMP=${BML_OPENMP:=yes} | ||
export INSTALL_DIR=${INSTALL_DIR:="${MY_PATH}/install"} | ||
export BML_MAGMA=${BML_MAGMA:=no} | ||
export MAGMA_ROOT=${MAGMA_HOME} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unused
7669160
to
dc0a123
Compare
o source scripts/setenv_crusher_offload.sh o bash scripts/build_crusher_offload_cce.sh
dc0a123
to
9ec6a3a
Compare
o source scripts/setenv_crusher_offload.sh
o bash scripts/build_crusher_offload_cce.sh