[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fwd: Perfromance problem running multiple copies of Octave on a mult
From: |
Mike Miller |
Subject: |
Re: Fwd: Perfromance problem running multiple copies of Octave on a multicore processor |
Date: |
Thu, 10 Dec 2015 22:41:33 -0500 |
User-agent: |
Mutt/1.5.24 (2015-08-30) |
On Thu, Dec 10, 2015 at 23:37:58 +0000, Ian McCallion wrote:
> Regarding controlling the number of threads used by blas and lapack:
> - I have looked for references to OMP_NUM_THREADS in documentation
> and found nothing.
> - I have tried setting OMP_NUM_THREADS environment variable inside or
> outside octave to no effect.
> Have mechanisms for controlling the number of threads used by openMP
> been changed somewhere in Octave lapack blas and openMP?
No, it's via the environment variables documented for OpenBLAS, either
OMP_NUM_THREADS or OPENBLAS_NUM_THREADS.
I used
>> setenv OMP_NUM_THREADS 1
>> perf1(...)
to achieve the results I reported earlier.
--
mike
- Perfromance problem running multiple copies of Octave on a multicore processor, Ian McCallion, 2015/12/01
- Re: Perfromance problem running multiple copies of Octave on a multicore processor, Olaf Till, 2015/12/01
- Re: Perfromance problem running multiple copies of Octave on a multicore processor, Ian McCallion, 2015/12/05
- Re: Perfromance problem running multiple copies of Octave on a multicore processor, Ian McCallion, 2015/12/10
- Re: Perfromance problem running multiple copies of Octave on a multicore processor, Olaf Till, 2015/12/10
- Re: Perfromance problem running multiple copies of Octave on a multicore processor, Ian McCallion, 2015/12/10
- Re: Perfromance problem running multiple copies of Octave on a multicore processor, Olaf Till, 2015/12/10
- Re: Perfromance problem running multiple copies of Octave on a multicore processor, Ian McCallion, 2015/12/10
- Re: Perfromance problem running multiple copies of Octave on a multicore processor, Mike Miller, 2015/12/10
- Message not available
- Fwd: Perfromance problem running multiple copies of Octave on a multicore processor, Ian McCallion, 2015/12/10
- Re: Fwd: Perfromance problem running multiple copies of Octave on a multicore processor,
Mike Miller <=
- Re: Perfromance problem running multiple copies of Octave on a multicore processor, Ian McCallion, 2015/12/14
- Re: Perfromance problem running multiple copies of Octave on a multicore processor, Mike Miller, 2015/12/14
Re: Perfromance problem running multiple copies of Octave on a multicore processor, Michael Creel, 2015/12/06