Search found 2 matches

by robert
2013-01-08T05:53:25-07:00
Forum: Magick++
Topic: Multi core system much slower than single core
Replies: 3
Views: 11875

Re: Multi core system much slower than single core

Great!
$export OMP_NUM_THREADS=1
$time ./grafiek TEMP1.PV.txt& time ./grafiek TEMP2.PV.txt
[1] 13534
filenaam input file: TEMP1.PV.txt
filenaam input file: TEMP2.PV.txt
Standaard paramameters
Standaard paramameters
aantal meetpunten: 1440 / aantal punten tonen : -1
Datum is: 2013-01-06
aantal ...
by robert
2013-01-08T05:12:41-07:00
Forum: Magick++
Topic: Multi core system much slower than single core
Replies: 3
Views: 11875

Multi core system much slower than single core

Hello,
A few years ago I made a trend graph program using ImageMagic++ under linux. For years I used this program on a redhat 7.2 multi core system. Now I am upgrading to a newer OS: RHEL 6.3. I can compile the trend graph program and it still works the same as on the old system but I have a ...