Navigation

Operators and Keywords

Function List:

C++ API

multicore

An Octave-forge package providing functions for parallel processing on multiple cores.

Select category:

parallel processing

deletewithsemaphores
DELETEWITHSEMAPHORES Delete files using semaphors.
existfile
Not implemented.
findfiles
FINDFILES Recursively search directory for files.
gethostname
GETHOSTNAME Get host name.
getusername
GETUSERNAME Get user name.
multicore
PARALLEL PROCESSING ON MULTIPLE CORES For a demo for Octave, run: multicoredemo_octave
multicoredemo
MULTICOREDEMO Test parallel processing on multiple cores.
multicoredemo_octave
Another test for MULTICORE on Octave By Chuong Nguyen 2007-10-12
removefilesemaphore
REMOVEFILESEMAPHORE Remove semaphore after file access.
setfilesemaphore
SETFILESEMAPHORE Set semaphore for file access.
startmulticoremaster
STARTMULTICOREMASTER Start multi-core processing master process.
startmulticoreslave
STARTMULTICORESLAVE Start multi-core processing slave process.
tempdir2
TEMPDIR2 Return temporary directory.
testfun
TESTFUN Do something stupid that takes some time to compute.
testfun_octave
TESTFUN Do something stupid that takes some time to compute.