charm
charm copied to clipboard
No tmp/libs directory in build folder
This seems trivial but all the documentation says after building, "cd to your ./build LIBS mpi-darwin-x86_64 I ONLY see a libs directory in <build>/src/libs I don't have a libs directory in the tmp directory so I am confused.
The only folders I have under
% ls -1 -d charm/mpi-darwin-x86_64-gcc-gfortran/tmp/*/
charm/mpi-darwin-x86_64-gcc-gfortran/tmp/ampi/
charm/mpi-darwin-x86_64-gcc-gfortran/tmp/cklibs/
charm/mpi-darwin-x86_64-gcc-gfortran/tmp/pose/
Thank you for bringing this to our attention. These instructions have become out of date with the switchover to the cmake-based build system. I will update them.
that's okay, i see they get build as static libmodule<my_lib>.a under lib in build folder. That may be the key point to make in doc. I am assuming these go to the prefix directory /usr/local/lib when using make install. Were all moving to cmake now before it gets too crazy :)