Replies: 1 comment 5 replies
-
The issue here is that your C++ compiler is misconfigured, it's trying to use |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am compiling NAMD source with MPI with this command:
env MPICXX=mpicxx ./build charm++ mpi-linux-x86_64 --with-production
but I got:
cannot compile c++ programs with mpicxx
(check your charm++ version)
***Please find detailed output in tmp/charmconfig.out ***
gmake [1] *** No rule to make target 'conv-autoconfig.h', needed by 'xi-main.o' . Alto.

gmake [1] Leaving directory '/data/users/msolis/ Namd/charm-6.10.2/mpi-linux-x86_64/tmp'
please, could someone help me with this issue?
Beta Was this translation helpful? Give feedback.
All reactions