Details
During my installation experience, I directly typed the codes mentioned in the document. And there was a mistake when I tried to use mpirun -n 4 abacus.
--------------------------------------------------------------------------
mpirun was unable to find the specified executable file, and therefore
did not launch the job. This error was first reported for process
rank 0; it may have occurred for other processes as well.
NOTE: A common cause for this error is misspelling a mpirun command
line parameter option (remember that mpirun interprets the first
unrecognized command line token as the executable).
Node: qhdx080-LEGION-REN7000K-26IRB
Executable: abacus
--------------------------------------------------------------------------
Later, I found that I needed to change the 'my-install-dir' with my own install location of abacus. At this part, it may be more clear to tell the reader where we can find the 'my-install-dir' location directly. Maybe a little example or a more obvious flag.
Run[](https://abacus.deepmodeling.com/en/latest/quick_start/easy_install.html#run)
If ABACUS is installed into a custom directory using CMAKE_INSTALL_PREFIX, please add it to your environment variable PATH to locate the correct executable.
export PATH=/my-install-dir/:$PATH
Task list for Issue attackers (only for developers)
Details
During my installation experience, I directly typed the codes mentioned in the document. And there was a mistake when I tried to use
mpirun -n 4 abacus.Later, I found that I needed to change the 'my-install-dir' with my own install location of abacus. At this part, it may be more clear to tell the reader where we can find the 'my-install-dir' location directly. Maybe a little example or a more obvious flag.
Have you read the online manual http://abacus.deepmodeling.com/en/latest/
Task list for Issue attackers (only for developers)