[fsug-tvm] Re: [OT] Questionnaire for Linux users

2009-10-03 Thread vineet pratap
1.c) 21 – 35
2.c) Professional, computer field
3.b) Windows
4.a) Linux only
5.d) N/A
6. I have been using Debian Linux for more than 1 year.
7.i) Debian ii)ubuntu 9.04 iii) ubuntu 9.10
8. yes. Linux is free, very stable, secure and now user friendly also.
9. bcoz it take less resources than windows vista & windows 7..
10. nice

--~--~-~--~~~---~--~~
"Freedom is the only law". 
"Freedom Unplugged"
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups "ilug-tvm" group.
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com

For details visit the website: www.ilug-tvm.org or the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en
-~--~~~~--~~--~--~---



[fsug-tvm] Boost C++ library on Rocks cluster

2009-09-16 Thread vineet pratap
hello everybody,


i have a problem that is how to install Boost_1_40_0.tar.bz2 on Rocks 4.3
cluster.
On this cluster, CentOS, gcc 3.4.6, MPICH2 is already installed. and have 12
nodes total.
i want to use BOOST.MPI on MPICH2 for parallel programming in C++.

if anybody known than please help me...

path details:

gcc  : /usr/bin/
mpicxx : /opt/MPI/Mvapich2_pathsc_ofa/bin/
mpiexec :/opt/MPI/Mvapich2_pathsc_ofa/bin/

--~--~-~--~~~---~--~~
"Freedom is the only law". 
"Freedom Unplugged"
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups "ilug-tvm" group.
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com

For details visit the website: www.ilug-tvm.org or the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en
-~--~~~~--~~--~--~---



[fsug-tvm] Somebody Known Parallel programming

2009-08-06 Thread vineet pratap
 i am Vineet Pratap and new in MPI (Message Passing Interface) Parallel
Programming.
 my problem is How to send/recv a C++ STL vector with MPI?
my STL vector is object type.
Please reply me if there is a way to do it..
 Thanks to  you..
  Vineet Pratap 

--~--~-~--~~~---~--~~
"Freedom is the only law". 
"Freedom Unplugged"
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups "ilug-tvm" group.
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com

For details visit the website: www.ilug-tvm.org or the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en
-~--~~~~--~~--~--~---



[fsug-tvm] GCC C code compilation error

2009-07-23 Thread vineet pratap
hi,
 i m new in Linux world. and i have one problem regarding compilation of
c code on gcc. i got error while compiling c code as
shown below...
-
v...@debian:~$ cd Desktop/
v...@debian:~/Desktop$ gcc matrix_multiplication.c
v...@debian:~/Desktop$ ./a.out
*** glibc detected *** ./a.out: double free or corruption (!prev):
0x01de0010 ***
=== Backtrace: =
/lib/libc.so.6[0x7f2819912948]
/lib/libc.so.6(cfree+0x76)[0x7f2819914a56]
./a.out[0x400767]
/lib/libc.so.6(__libc_start_main+0xe6)[0x7f28198bd1a6]
./a.out[0x400459]
=== Memory map: 
0040-00401000 r-xp  08:05 360283
/home/vinu/Desktop/a.out
0060-00601000 rw-p  08:05 360283
/home/vinu/Desktop/a.out
01de-01fcf000 rw-p 01de 00:00 0
[heap]
7f281400-7f2814021000 rw-p 7f281400 00:00 0
7f2814021000-7f281800 ---p 7f2814021000 00:00 0
7f2819688000-7f281969e000 r-xp  08:05 2125804
/lib/libgcc_s.so.1
7f281969e000-7f281989e000 ---p 00016000 08:05 2125804
/lib/libgcc_s.so.1
7f281989e000-7f281989f000 rw-p 00016000 08:05 2125804
/lib/libgcc_s.so.1
7f281989f000-7f28199e9000 r-xp  08:05 2125778
/lib/libc-2.7.so
7f28199e9000-7f2819be8000 ---p 0014a000 08:05 2125778
/lib/libc-2.7.so
7f2819be8000-7f2819beb000 r--p 00149000 08:05 2125778
/lib/libc-2.7.so
7f2819beb000-7f2819bed000 rw-p 0014c000 08:05 2125778
/lib/libc-2.7.so
7f2819bed000-7f2819bf2000 rw-p 7f2819bed000 00:00 0
7f2819bf2000-7f2819c0e000 r-xp  08:05 2125781
/lib/ld-2.7.so
7f2819df2000-7f2819df4000 rw-p 7f2819df2000 00:00 0
7f2819e0a000-7f2819e0d000 rw-p 7f2819e0a000 00:00 0
7f2819e0d000-7f2819e0f000 rw-p 0001b000 08:05 2125781
/lib/ld-2.7.so
7fff21dfa000-7fff21e0f000 rw-p 7ffea000 00:00 0
[stack]
7fff21fff000-7fff2200 r-xp 7fff21fff000 00:00 0
[vdso]
ff60-ff601000 r-xp  00:00 0
[vsyscall]
Aborted
v...@debian:~/Desktop$
--


Plz help me to solve this problem.

--~--~-~--~~~---~--~~
"Freedom is the only law". 
"Freedom Unplugged"
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups "ilug-tvm" group.
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com

For details visit the website: www.ilug-tvm.org or the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en
-~--~~~~--~~--~--~---



[fsug-tvm] Re: Successor

2009-05-17 Thread vineet pratap
*Ans: is9 + 7 = 144*

--~--~-~--~~~---~--~~
"Freedom is the only law". 
"Freedom Unplugged"
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups "ilug-tvm" group.
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com

For details visit the website: www.ilug-tvm.org or the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en
-~--~~~~--~~--~--~---



[fsug-tvm] Re: public ip

2009-01-29 Thread vineet pratap

hi, check this link:


http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094374.shtml

On 1/29/09, Visakh  wrote:
>
> Hi,
>   Seems like you need the NAT WAN address. Did you try telneting the
> router? I use BSNL ADSL router and I am able to get the ip using
> telnet. This may be different depending on the router.
>
> Regards,
> Gokul Das
> >
>

--~--~-~--~~~---~--~~
"Freedom is the only law". 
"Freedom Unplugged"
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups "ilug-tvm" group.
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com

For details visit the website: www.ilug-tvm.org or the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en
-~--~~~~--~~--~--~---



[fsug-tvm] Re: help for installing audio/video plugin

2009-01-29 Thread vineet pratap
hi,
  for audio/video, u have to connect ur pc with internet & play any
songs on ur player at that time player automatically start to download
related  plug-ins.








On Wed, Jan 28, 2009 at 3:23 PM, prashob kumar  wrote:

> Friends ,
> Could you help  me to find out  any audio/video plugin zip package for
> Ubuntu?. I want to install this in my friends PC.
> Thanks,
> prashob
>
> >
>

--~--~-~--~~~---~--~~
"Freedom is the only law". 
"Freedom Unplugged"
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups "ilug-tvm" group.
To post to this group, send email to ilug-tvm@googlegroups.com
To unsubscribe from this group, send email to
ilug-tvm-unsubscr...@googlegroups.com

For details visit the website: www.ilug-tvm.org or the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en
-~--~~~~--~~--~--~---