KineticPreProcessor / KPP

The KPP kinetic preprocessor is a software tool that assists the computer simulation of chemical kinetic systems
GNU General Public License v3.0
19 stars 11 forks source link

[BUG/ISSUE] git cone link creates empty bin directory #82

Closed Giorgio4766 closed 7 months ago

Giorgio4766 commented 7 months ago

Report a bug or issue with KPP:

Using this link git clone https://github.com/KineticPreProcessor/KPP.git to to install kpp, creates empty bin directory , making it impossible to define the KPP_HOME environment variable

yantosca commented 7 months ago

@Giorgio4766: The bin directory is just an empty directory until you build the KPP executable.

Giorgio4766 commented 7 months ago

I am trying to install KPP on Levante (DKRZ). I proceed as the installation guide requires a cloning procedure. I clone KPP from the corresponding KPP Github repository, define the $KPP_HOME, change the $HOME/.bashrc, to include $KPP_HOME and the PATH=$PATH:$KPP_HOME/bin. Finally, I source $HOME/.bashrc to apply the new settings, but when I type “which kpp” I get an error message:

/usr/bin/which: no KPP in (/sw/spack-levante/git-lfs-2.11.0-oihcwo/bin:/sw/spack-levante/git-2.31.1-25ve7r/bin:/sw/spack-levante/mambaforge-4.11.0-0-Linux-x86_64-so...

Is there maybe a problem with the git file itself?

Thank you

RolfSander commented 7 months ago

Have you already compiled KPP with gmake?

Giorgio4766 commented 7 months ago

Done thank you. We had to go through the make procedure. Thank you