'lmp_auto' got invalid after build LIGGGHTS as sharded library
Hello everyone,
I have installed LIGGGHTS successfully by the file 'makefile.auto' in source. And I can successfully run the examples provided in the examples/LIGGGHTS/Tutorials_public such as the chute_wear by the command 'lmp_auto < in.chute_wear'. But for some reasons I'd like to build LIGGGHTS as a shared library. Having done this, when I tapped 'lmp_auto' in the terminal, it got error as 'bash: lmp_auto: command not found'. However, command 'python chute_wear.py in.chute_wear' ran with no errors, where 'chute_wear.py' is a file shown as follows