Re: [Haskell-cafe] tplot (out of memory)

2013-02-26 Thread Manish Trivedi
wrote: Hi Manish, Please provide the input file, I'll debug this. On Mon, Sep 3, 2012 at 1:06 PM, Manish Trivedi trivman...@gmail.com wrote: Hi, I am running into a weird out of memory issue. While running timeplot over an input file having ~800 rows. From below provided info

Re: [Haskell-cafe] Choosing color of the track

2012-09-18 Thread Manish Trivedi
. However, you don't control the precise color (I just never really needed to control it, I only needed it to be different for different tracks). On Mon, Sep 17, 2012 at 9:40 PM, Manish Trivedi trivman...@gmail.com wrote: Hi Folks, I am trying to plot two tracks with different colors. Following

[Haskell-cafe] Choosing color of the track

2012-09-17 Thread Manish Trivedi
Hi Folks, I am trying to plot two tracks with different colors. Following is my input file, -- 2012-09-18 00:10:48,166 @CurrentPerHour13057 Red 2012-09-18 00:10:48,166 =CurrentPerHour13057 0.0 2012-09-18 00:10:58,155 =CurrentPerHour13057 0.0 2012-09-18 00:11:08,203 =CurrentPerHour13057 0.0

Re: [Haskell-cafe] Installation issues with Centos

2012-09-03 Thread Manish Trivedi
Thank you Chris! extremely delighted. worked like a charm. I wish your distro appear on haskell wiki. very helpful. regards, manish On Mon, Sep 3, 2012 at 12:54 AM, Chris Dornan ch...@chrisdornan.com wrote: Hi Manish, ** ** Are you aware of the CentOS distro I am maintaining at

[Haskell-cafe] tplot (out of memory)

2012-09-03 Thread Manish Trivedi
Hi, I am running into a weird out of memory issue. While running timeplot over an input file having ~800 rows. From below provided info, seems like machine has enough ram (1849MB). Please let me know if anyone has pointers. * # free -m * total used free shared

[Haskell-cafe] Installation issues with Centos

2012-09-02 Thread Manish Trivedi
# uname -a Linux hosename 2.6.32-220.2.1.el6.centos.plus.x86_64 #1 SMP Thu Dec 22 23:32:31 GMT 2011 x86_64 x86_64 x86_64 GNU/Linux # cat /proc/version Linux version 2.6.32-220.2.1.el6.centos.plus.x86_64 ( mockbu...@c6b18n3.bsys.dev.centos.org) (gcc version 4.4.6 20110731 (Red Hat 4.4.6-3) (GCC)

Re: [Haskell-cafe] Installation issues with Centos

2012-09-02 Thread Manish Trivedi
at 6:52 PM, Brandon Allbery allber...@gmail.com wrote: On Sun, Sep 2, 2012 at 9:26 PM, Manish Trivedi trivman...@gmail.comwrote: [root@qa-engine1 haskell-platform-2012.2.0.0]# yum install gmp This is just the runtime library; you will also need the compile/link-time library provided by gmp