File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ parse_json() {
3838}
3939
4040# Check if -h option is passed
41- if [[ " $1 " == " -h" ]]; then
41+ if [[ " $1 " == " -h" || " $1 " == " --help " ]]; then
4242 print_usage
4343 exit 0
4444fi
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ else BLAS_LINK=${TEST_BLAS_LINK}
99fi
1010SUPERLU_LIBS=` pkg-config --libs --static $SUPERLU_LIB_PATH /pkgconfig/superlu.pc`
1111# /soft/packaging/spack/e4s/22.11-2022.12.30.003.001/spack/opt/spack/linux-sles15-x86_64/oneapi-2022.12.30.003.001/superlu-5.3.0-yprjyfu2lme6tp3gvyntyssqnvnmbqwi/lib/pkgconfig/superlu.pc`
12- ${TEST_CC} -g -O2 ./c_sample.c -I${SUPERLU_ROOT} /include/ -L${SUPERLU_LIB_PATH} ${BLAS_LINK} -lsuperlu -lm -o c_sample
12+ ${TEST_CC} -g -O2 ./c_sample.c -I${SUPERLU_ROOT} /include/ -L${SUPERLU_LIB_PATH} -lsuperlu ${BLAS_LINK} -lm -o c_sample
1313# ${TEST_CC} -g -O2 ./c_sample.c -I${SUPERLU_ROOT}/include/ ${SUPERLU_LIBS} -o c_sample
You can’t perform that action at this time.
0 commit comments