Skip to Content.
Sympa Menu

charm - Re: [charm] Trouble while installing charm++

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] Trouble while installing charm++


Chronological Thread 
  • From: Phil Miller <mille121 AT illinois.edu>
  • To: sunita patel <sunita.iitb AT gmail.com>
  • Cc: charm AT cs.uiuc.edu
  • Subject: Re: [charm] Trouble while installing charm++
  • Date: Mon, 8 Mar 2010 12:53:54 -0600
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

Dr. Patel,

You tried to build a 32-bit version of Charm++ on what is apparently a
64-bit system. You want to run
./build charm++ net-linux-x86_64
instead.

Phil

On Wed, Mar 3, 2010 at 07:27, sunita patel
<sunita.iitb AT gmail.com>
wrote:
> Dear developer,
> I am having trouble in building charm++ on a quad core Intel Xeon 2.4Ghz
> machine running RedHat Enterprise Linux 5.0.
> I am new to install NAMD on a linux platform. I already
> install fftw-2.1.5.tar.gz and tcl8.3.3.tar.gz without any problem.
> charm++ was built using follow command
> ./build charm++ net-linux
> Could you please tell where am I going wrong? Please see the excerpt of the
> build command pasted below.
> Thanks and Regards,
> Dr. Sunita Patel
> Visiting fellow
> Tata Institute of Fundamental Research Center,
> Homi Bhabha Road, Mumbai - 400005
> India
>
> ======================
> gmake[1]: Entering directory `/home/sunita/charm/net-linux/tmp/QuickThreads'
> rm -f qtmd.h
> ln -s md/i386.h qtmd.h
> ../../bin/charmc -seq -I. -o qt.o qt.c
> as -o qtmds.o md/i386.s
> md/i386.s: Assembler messages:
> md/i386.s:69: Error: suffix or operands invalid for `push'
> md/i386.s:70: Error: suffix or operands invalid for `push'
> md/i386.s:71: Error: suffix or operands invalid for `push'
> md/i386.s:72: Error: suffix or operands invalid for `push'
> md/i386.s:77: Error: suffix or operands invalid for `push'
> md/i386.s:78: Error: suffix or operands invalid for `push'
> md/i386.s:79: Error: suffix or operands invalid for `push'
> md/i386.s:81: Error: suffix or operands invalid for `call'
> md/i386.s:84: Error: suffix or operands invalid for `pop'
> md/i386.s:85: Error: suffix or operands invalid for `pop'
> md/i386.s:86: Error: suffix or operands invalid for `pop'
> md/i386.s:87: Error: suffix or operands invalid for `pop'
> md/i386.s:98: Error: suffix or operands invalid for `push'
> md/i386.s:99: Error: suffix or operands invalid for `call'
> md/i386.s:100: Error: suffix or operands invalid for `pop'
> md/i386.s:102: Error: suffix or operands invalid for `call'
> md/i386.s:104: Error: suffix or operands invalid for `push'
> md/i386.s:105: Error: suffix or operands invalid for `push'
> md/i386.s:106: Error: suffix or operands invalid for `call'
> gmake[1]: *** [qt] Error 1
> gmake[1]: Leaving directory `/home/sunita/charm/net-linux/tmp/QuickThreads'
> gmake: *** [QUICK_THREADS] Error 2
> -------------------------------------------------
> Charm++ NOT BUILT. Either cd into net-linux/tmp and try
> to resolve the problems yourself, visit
> http://charm.cs.uiuc.edu/
> for more information. Otherwise, email the developers at
> charm AT cs.uiuc.edu
> ======================
> _______________________________________________
> charm mailing list
> charm AT cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/charm
>
>





Archive powered by MHonArc 2.6.16.

Top of Page