Changes between Version 50 and Version 51 of AppPlanSpec


Ignore:
Timestamp:
Jul 28, 2018, 3:51:21 AM (6 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppPlanSpec

    v50 v51  
    8787Note: the number of CPUs sent to the client,
    8888and visible to the user, is in terms of logical CPUs.
    89 If '''<physical_threads>''' is set, and the host is hyperthreaded,
     89If '''<physical_cpus>''' is set, and the host is hyperthreaded,
    9090this will be twice the number of threads;
    9191i.e. for a sequential app it will be 2.
     
    9797use the following elements.
    9898
    99 If '''<physical_threads>''' is set, NCPUS refers to NPC, otherwise to NLC.
     99If '''<physical_cpus>''' is set, NCPUS refers to NPC, otherwise to NLC.
    100100
    101101 <min_ncpus>N</min_ncpus> :: run only on hosts with NCPUS >= N.  Should be called <min_threads>.