I am new and need help
Hi, I have just started working with Nektar++. Currently, I am trying to get familiar with it by doing the basic tutorials. But there is a major issue. Although I have compiled Nektar++ 4.3.4, and tested it successfully by "ctest" command, when I enter the command "NekMesh" in the terminal, it prints "command not found". I don't know what to do. Can you guys help me with it? Kind regards, Shahab
Did you run the install command or did you try running from build directory? I usually specify the installation directory with ccmake and after running the tests run the command: make install And in addition I add the installation bin to the $PATH Variable and lib directory to the $LD_LIBRARY_PATH of using a nonstandard installation directory. NekMesh either needs to be in the $PATH variable or you run the command using the whole Path. in the directory with the executable try. ./NekMesh It sounds like the issue is more understanding how Unix and cmake work. Regards, -Kurt On Sat, Jun 23, 2018 at 00:40 shahab zeraati <zeraatishahab@gmail.com> wrote:
Hi, I have just started working with Nektar++. Currently, I am trying to get familiar with it by doing the basic tutorials. But there is a major issue. Although I have compiled Nektar++ 4.3.4, and tested it successfully by "ctest" command, when I enter the command "NekMesh" in the terminal, it prints "command not found". I don't know what to do. Can you guys help me with it? Kind regards, Shahab _______________________________________________ Nektar-users mailing list Nektar-users@imperial.ac.uk https://mailman.ic.ac.uk/mailman/listinfo/nektar-users
participants (2)
- 
                
                Kurt Sansom
- 
                
                shahab zeraati