When compiling with GPU acceleration, make serial diagonalization always the default.

This commit is contained in:
Pietro Bonfa 2020-09-09 10:16:55 +02:00
parent c484270a7d
commit eee38dac79
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ SUBROUTINE laxlib_start_drv( ndiag_, my_world_comm, parent_comm, do_distr_diag_i
ELSE
! no command-line argument -ndiag N or -northo N is present
! insert here custom architecture specific default definitions
#if defined __SCALAPACK
#if defined(__SCALAPACK) && !defined(__CUDA)
nproc_ortho_try = MAX( parent_nproc, 1 )
#else
nproc_ortho_try = 1