Skip to content
  • Jonathan Peyton's avatar
    Added sockets to the syntax of KMP_PLACE_THREADS environment variable. · dd4aa9b6
    Jonathan Peyton authored
    Added (optional) sockets to the syntax of the KMP_PLACE_THREADS environment variable.
    Some limitations:
    * The number of sockets and then optional offset should be specified first (before other parameters).
    * The letter designation is mandatory for sockets and then for other parameters.
    * If number of cores is specified first, then the number of sockets is defaulted to all sockets on the machine; also, the old syntax is partially supported if sockets are skipped.
    * If number of threads per core is specified first, then the number of sockets and cores per socket are defaulted to all sockets and all cores per socket respectively.
    * The number of cores per socket cannot be specified before sockets or after threads per core.
    * The number of threads per core can be specified before or after core-offset (old syntax required it to be before core-offset);
    * Parameters delimiter can be: empty, comma, lower-case x;
    * Spaces are allowed around numbers, around letters, around delimiter.
    Approximate shorthand specification:
    KMP_PLACE_THREADS="[num_sockets(S|s)[[delim]offset(O|o)][delim]][num_cores_per_socket(C|c)[[delim]offset(O|o)][delim]][num_threads_per_core(T|t)]"
    
    Differential Revision: http://reviews.llvm.org/D13175
    
    llvm-svn: 249708
    dd4aa9b6
Loading