Merge branch 'default_ndiag' into 'develop'

Default for ndiag

See merge request QEF/q-e!626
This commit is contained in:
giannozz 2019-10-23 18:59:31 +00:00
commit 5de5019669
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ CONTAINS
! no command-line argument -ndiag N or -northo N is present
! insert here custom architecture specific default definitions
#if defined __SCALAPACK
nproc_ortho_try = MAX( parent_nproc/2, 1 )
nproc_ortho_try = MAX( parent_nproc, 1 )
#else
nproc_ortho_try = 1
#endif