how to clean up ?

Hello,

Is there a way to do a through clean up after an attempted build.

My first build to build with the following packages

make yes-asphere yes-rigid yes-replica yes-reax yes-kspace yes-gpu

Hello,

Is there a way to do a through clean up after an attempted build.

My first build to build with the following packages

make yes-asphere yes-rigid yes-replica yes-reax yes-kspace yes-gpu

I really only need yes-gpu. I did “make clean” and then:

make yes-gpu

but I don’t seem to be able to get rid of it trying to link with these other
packages, eg. “reax” is particularly persisten.

then just uninstall those packages, e.g. make no-reax

or to uninstall all packages do: make no-all

I get:

In file included from ../pair_reax.cpp(29):

../pair_reax_fortran.h(55): catastrophic error: cannot open source file
"reax_defs.h"

  #include "reax_defs.h"

                        ^

I notice that some source code and some include files seem to have been
generated during my first atempt. Is there a way to get rid of it?

make purge

axel