octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #48535] nproc ("overridable") ignores nesting


From: Oliver Heimlich
Subject: [Octave-bug-tracker] [bug #48535] nproc ("overridable") ignores nesting level
Date: Sat, 16 Jul 2016 21:37:05 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

URL:
  <http://savannah.gnu.org/bugs/?48535>

                 Summary: nproc ("overridable") ignores nesting level
                 Project: GNU Octave
            Submitted by: oheim
            Submitted on: Sat 16 Jul 2016 11:37:03 PM CEST
                Category: Libraries
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Oliver Heimlich
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

nproc ("overridable") parses the environment variable OMP_NUM_THREADS for an
integer. However, according to OpenMP documentation it may be a list of
integers. In that case, nproc ("overridable") ignores the value of
OMP_NUM_THREADS. See
https://gcc.gnu.org/onlinedocs/libgomp/OMP_005fNUM_005fTHREADS.html

What I get:

$ OMP_NUM_THREADS=2,2 octave --eval 'nproc ("overridable")'
ans =  4


What I expected:

$ OMP_NUM_THREADS=2,2 octave --eval 'nproc ("overridable")'
ans =  2


The bug is located in gnulib.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?48535>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]