Skip to Content.
Sympa Menu

charm - Re: [charm] NAMD Installation and CHARM++ Build Error

charm AT lists.siebelschool.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] NAMD Installation and CHARM++ Build Error


Chronological Thread 
  • From: Phil Miller <mille121 AT illinois.edu>
  • To: abhishektyagi001 AT gmail.com
  • Cc: namd AT ks.uiuc.edu, Charm Mailing List <charm AT cs.illinois.edu>
  • Subject: Re: [charm] NAMD Installation and CHARM++ Build Error
  • Date: Thu, 2 Jan 2014 14:51:54 -0600
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm/>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

On Thu, Jan 2, 2014 at 1:09 AM, Abhishek Tyagi <abhishektyagi001 AT gmail.com> wrote:
I am getting following error while trying installing NAMD on my MAC (OS X, Version 10.9.1, Processor: 2.4 Ghz Intel Core i5, Memory: 8Gb 1600 MHz DDR3, Macintosh HD, Graphics Intel Iris 1024 MB)

Thank you for including that detail. I've just tested that I can build and run Charm++ on my own Mac recently upgraded to 10.9. Details below.
 
1. I am new to Mac, and don't know how to install NAMD on Mac, I need your help to install CHARM++ and NAMD. I had tried my self reading manual but could't able to do it.

The top-level suggestion would be to use the pre-compiled versions of NAMD distributed on its website. If the provided 64-bit Mac builds don't work on your system, please tell us what goes wrong so that we can fix it.
 
3. I tried Version Nightly Build (2014-01-01) Platforms: Source code.

MacOSX-x86 (Mac OS X for Intel processors, fails on 10.7 "Lion")
MacOSX-x86_64 (Mac OS X for 64-bit Intel processors)

What happened when you tried these? If you use the NAMD 2.9 release instead of the Nightly Build, does that work?

 
4. While compiling Charm++ I used the following command:

You want
./build charm++ multicore-darwin-x86_64 --with-production

Any build you use should be named 'darwin' and not 'linux', since Mac OS is based on the Darwin kernel.

Similarly, your hardware supports the x86_64 architecture, so your build should be one specifically for that architecture.

If you find you are unable to use a provided pre-compiled copy of NAMD, please try this target.


a. ./build charm++ multicore-linux64 --with-production

b. ./build charm++ net-darwin-x86 -nobs tcp -memory paranoidv

c. ./build charm++ net-linux-x86_64 --with-production -j8

5. I am attaching the Error detail with the mail. Please cheek the attachment. 

getting output:

Charm++ NOT BUILT. Either cd into multicore-linux64/tmp and try to resolve the problems yourself, visit http://charm.cs.illinois.edu/


Could you please help me to resolve these problems. I think I have messed up many things.


regards


Abhishek

_______________________________________________
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