[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Perfromance problem running multiple copies of Octave on a multicore
From: |
Michael Creel |
Subject: |
Re: Perfromance problem running multiple copies of Octave on a multicore processor |
Date: |
Sat, 5 Dec 2015 23:51:24 -0800 (PST) |
Hi,
You need to do the following before starting the octaves:
export OPENBLAS_NUM_THREADS=1
Also, make sure to use octave-cli
HTH,
Michael
--
View this message in context:
http://octave.1599824.n4.nabble.com/Perfromance-problem-running-multiple-copies-of-Octave-on-a-multicore-processor-tp4673710p4673848.html
Sent from the Octave - General mailing list archive at Nabble.com.
- Re: Perfromance problem running multiple copies of Octave on a multicore processor, (continued)
- 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, 2015/12/10
- 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 <=