Cluster Installation: Difference between revisions

Line 90: Line 90:
  if MAXIMUM_NUMBER_OF_PROCESSORS is not specified in XDS.INP then MAXIMUM_NUMBER_OF_PROCESSORS = 99  
  if MAXIMUM_NUMBER_OF_PROCESSORS is not specified in XDS.INP then MAXIMUM_NUMBER_OF_PROCESSORS = 99  
  NCORE = number of processors in node, obtained by OMP_GET_NUM_PROCS()
  NCORE = number of processors in node, obtained by OMP_GET_NUM_PROCS()
  number_of_threads = MIN( NB, NCORE, MAXIMUM_NUMBER_OF_PROCESSORS )
  number_of_threads = MIN( NB, NCORE, MAXIMUM_NUMBER_OF_PROCESSORS, 99 )
This is implemented in BUILT=20191015 onwards.
This is implemented in BUILT=20191015 onwards.
2,652

edits