Skip to Content.
Sympa Menu

charm - Re: [charm] charm++ problem

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] charm++ problem


Chronological Thread 
  • From: Jeff Hammond <jeff.science AT gmail.com>
  • To: Rana Rehan Khalid <ray.binm AT gmail.com>, charm AT cs.illinois.edu
  • Subject: Re: [charm] charm++ problem
  • Date: Mon, 10 Apr 2017 03:20:28 +0000

Did you happen to notice this line in the output?

infiniband/verbs.h: No such file or directory

Have you done anything to investigate potential causes of this error?

Jeff

On Sun, Apr 9, 2017 at 4:11 AM Rana Rehan Khalid <ray.binm AT gmail.com> wrote:
dear sir i am installing NAMD2 i run this command which ends with these error

./build charm++ verbs-linux-x86_64 gcc smp --with-production





machine-smp.c: In function ‘call_startfn’:
machine-smp.c:411:9: warning: implicit declaration of function ‘StartInteropScheduler’ [-Wimplicit-function-declaration]
         StartInteropScheduler();
         ^
machine.c: In function ‘machine_exit’:
machine.c:327:3: warning: implicit declaration of function ‘EmergencyExit’ [-Wimplicit-function-declaration]
   EmergencyExit();
   ^
In file included from machine.c:1396:0:
machine-dgram.c: At top level:
machine-dgram.c:20:30: fatal error: infiniband/verbs.h: No such file or directory
compilation terminated.
Fatal Error by charmc in directory /home/rehan/Downloads/softwares/NAMD_CVS-2017-04-08_Source/charm-6.8.0-beta1/verbs-linux-x86_64-smp-gcc/tmp
   Command gcc -fPIC -D_REENTRANT -I../bin/../include -D__CHARMC__=1 -I. -DFOR_CPLUS=1 -O2 -U_FORTIFY_SOURCE -fno-stack-protector -c machine.c -o machine.o returned error code 1
charmc exiting...
Makefile:468: recipe for target '../lib/libconv-cplus-n.a' failed
make: *** [../lib/libconv-cplus-n.a] Error 1
-------------------------------------------------
Charm++ NOT BUILT. Either cd into verbs-linux-x86_64-smp-gcc/tmp and try
--
Jeff Hammond
jeff.science AT gmail.com
http://jeffhammond.github.io/



Archive powered by MHonArc 2.6.19.

Top of Page