Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Apr 18, 2023
1 parent 1ebcba8 commit d72af88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/toolchain/scripts/stage4/install_cosma.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ case "$with_cosma" in
-DCMAKE_BUILD_TYPE="RelWithDebInfo" \
-DBUILD_SHARED_LIBS=NO \
-DCOSTA_BLAS=${cosma_blas} \
-DCOTMA_SCALAPACK=${cosma_sl} \
-DCOSTA_SCALAPACK=${cosma_sl} \
.. > cmake.log 2>&1 || tail -n ${LOG_LINES} cmake.log
make -j $(get_nprocs) > make.log 2>&1 || tail -n ${LOG_LINES} make.log
make -j install > install.log 2>&1 || tail -n ${LOG_LINES} install.log
Expand All @@ -90,7 +90,7 @@ case "$with_cosma" in
-DCMAKE_BUILD_TYPE="RelWithDebInfo" \
-DBUILD_SHARED_LIBS=NO \
-DCOSTA_BLAS=${cosma_blas} \
-DCOTMA_SCALAPACK=${cosma_sl} \
-DCOSTA_SCALAPACK=${cosma_sl} \
.. > cmake.log 2>&1 || tail -n ${LOG_LINES} cmake.log
make -j $(get_nprocs) > make.log 2>&1 || tail -n ${LOG_LINES} make.log
make -j install > install.log 2>&1 || tail -n ${LOG_LINES} install.log
Expand All @@ -106,7 +106,7 @@ case "$with_cosma" in
-DCMAKE_BUILD_TYPE="RelWithDebInfo" \
-DBUILD_SHARED_LIBS=NO \
-DCOSTA_BLAS=${cosma_blas} \
-DCOTMA_SCALAPACK=${cosma_sl} \
-DCOSTA_SCALAPACK=${cosma_sl} \
.. > cmake.log 2>&1 || tail -n ${LOG_LINES} cmake.log
make -j $(get_nprocs) > make.log 2>&1 || tail -n ${LOG_LINES} make.log
make -j install > install.log 2>&1 || tail -n ${LOG_LINES} install.log
Expand Down

0 comments on commit d72af88

Please sign in to comment.