Skip to content
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

Merged
merged 1 commit into from
Mar 21, 2022
Merged

Conversation

mewall
Copy link
Collaborator

@mewall mewall commented Mar 18, 2022

o source scripts/setenv_crusher_offload.sh
o bash scripts/build_crusher_offload_cce.sh

export CC=${CC:=cc}
export FC=${FC:=ftn}
export CXX=${CXX:=CC}
export BLAS_VENDOR=${BLAS_VENDOR:=Auto}
Copy link
Collaborator

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

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}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

default, so not necessary

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}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unused

@mewall mewall force-pushed the fix_crusher_offload branch from 7669160 to dc0a123 Compare March 21, 2022 15:00
  o source scripts/setenv_crusher_offload.sh
  o bash scripts/build_crusher_offload_cce.sh
@mewall mewall force-pushed the fix_crusher_offload branch from dc0a123 to 9ec6a3a Compare March 21, 2022 15:49
@nicolasbock nicolasbock merged commit 9acac34 into master Mar 21, 2022
@nicolasbock nicolasbock deleted the fix_crusher_offload branch March 21, 2022 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants