tskisner / hpcports

Software Build System for High Performance Computing
Other
3 stars 3 forks source link

Cori: matplotlib doesn't support jpeg output #40

Open dstndstn opened 8 years ago

dstndstn commented 8 years ago

A strange difference between Edison and Cori: on Cori, matplotilb doesn't support jpeg-format output, but on Edison it does.

tskisner commented 8 years ago

Looks like libjpeg never made it into the deps for matplotlib. So on edison it must have found some other compatible libjpeg.

As a work around you can save to png and convert it. I'll add that dependency though.

-Ted

On 11/16/2015 11:36 AM, Dustin Lang wrote:

A strange difference between Edison and Cori: on Cori, matplotilb doesn't support jpeg-format output, but on Edison it does.

— Reply to this email directly or view it on GitHub https://github.com/tskisner/hpcports/issues/40.

dstndstn commented 8 years ago

Thanks!