Skip to Content.
Sympa Menu

charm - Re: [charm] (no subject)

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] (no subject)


Chronological Thread 
  • From: Eric Bohm <ebohm AT illinois.edu>
  • To: <charm AT cs.uiuc.edu>
  • Subject: Re: [charm] (no subject)
  • Date: Mon, 30 Dec 2013 10:37:34 -0600
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm/>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

As signalled by the s prefix in the error message, NAMD uses the single precision version of the FFTW library.  You can download binaries from the ks website, or build fftw to use single precision and type prefixes, either will satisfy this requirement.

On 12/30/2013 09:55 AM, Phil Miller wrote:
As the compiler error says, it can't find the FFTW library. Either you didn't build that correctly, or you built it at a path that doesn't match what you told NAMD when you configured it. This is neither a Charm++ problem nor a NAMD problem. Whatever troubleshooting you did or help you got for your Tcl installation, follow the same steps here [1].

Also, since I've noticed 'Charmm++' repeatedly in your messages, please note that Charm++ (one 'm') is the parallel runtime system software that NAMD uses and which is the focus of this list, while CHARMM (two m's, no ++) is a molecular dynamics force field that NAMD implements. They have no relation to each other, and the similarity of naming is unfortunate.


[1] Again, per http://www.ks.uiuc.edu/Research/namd/bugreport.html "If you do not understand the errors generated by your compiler, queueing system, ssh, or mpiexec you should seek assistance from a local expert familiar with your setup"


On Mon, Dec 30, 2013 at 5:31 AM, Vidhya Sankar <vidhyasankar7928 AT yahoo.com> wrote:
Respected Phil miller sir, 
                          Thank you for you kind reply
I Built Charmm++ successfully by the following commands  as you Instruct
./build charm++ net-linux --with-production
Also  i Typed by the following command
./config Linux-g++  --charm-arch net-linux
then I have got following error when i compile by make command

/usr/bin/ld: cannot find -lsrfftw
/usr/bin/ld: cannot find -lsfftw
charmc exiting...
rm -f moduleinit7046.C moduleinit7046.o
make: *** [namd2] Error 1
 
I Humbly Request your Suggestion to solve this Problem

With Regards S.vidhyasnka
_______________________________________________
charm mailing list
charm AT cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/charm




_______________________________________________
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