[fpc-devel] Parallel Computing

Daniël Mantione daniel.mantione at freepascal.org
Mon Nov 3 16:33:33 CET 2008



Op Mon, 3 Nov 2008, schreef Daniël Mantione:

> [cvsupport at node001 stream]$ OMP_NUM_THREADS=2 numactl --physcpubind=0,4 
> ./stream_omp
>
> [cvsupport at node001 stream]$ OMP_NUM_THREADS=2 numactl --physcpubind=0,4 
> ./stream_omp

Copy/paste error. Correct command lines are:

[cvsupport at node001 stream]$ OMP_NUM_THREADS=2 numactl --physcpubind=0,1 ./stream_omp

versus:

[cvsupport at node001 stream]$ OMP_NUM_THREADS=2 numactl --physcpubind=0,4 ./stream_omp

Daniël


More information about the fpc-devel mailing list