mirror of https://gitlab.com/QEF/q-e.git
Comment correction.
This commit is contained in:
parent
78d91ff0d3
commit
ab81696d86
|
@ -120,11 +120,11 @@ SUBROUTINE laxlib_start_drv( ndiag_, parent_comm, do_distr_diag_inside_bgrp_ )
|
|||
|
||||
!
|
||||
IF( ndiag_ > 0 ) THEN
|
||||
! command-line argument -ndiag N or -northo N set to a value N
|
||||
! use the command line value ensuring that it falls in the proper range
|
||||
! The caller suggested a diag group size
|
||||
! Ensuring that it falls in the proper range
|
||||
nproc_ortho_try = MIN( ndiag_ , parent_nproc )
|
||||
ELSE
|
||||
! no command-line argument -ndiag N or -northo N is present
|
||||
! The caller didn't suggest a diag group size
|
||||
! insert here custom architecture specific default definitions
|
||||
#if defined(__SCALAPACK) && !defined(__CUDA)
|
||||
nproc_ortho_try = MAX( parent_nproc, 1 )
|
||||
|
|
Loading…
Reference in New Issue