Skip to Content.
Sympa Menu

charm - [charm] Trouble while installing charm++

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

[charm] Trouble while installing charm++


Chronological Thread 
  • From: sunita patel <sunita.iitb AT gmail.com>
  • To: charm AT cs.uiuc.edu
  • Subject: [charm] Trouble while installing charm++
  • Date: Wed, 3 Mar 2010 18:57:33 +0530
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

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
for more information. Otherwise, email the developers at charm AT cs.uiuc.edu
======================



Archive powered by MHonArc 2.6.16.

Top of Page