|
[Sponsors] |
January 2, 2021, 20:55 |
Can not run solver in Nektar++
|
#1 |
Member
Bidesh Sengupta
Join Date: Sep 2018
Location: Sngapore
Posts: 76
Rep Power: 8 |
Hi!
I am introducing myself very new to Nektar++ (https://www.nektar.info/) opensource code. I installed the code according to the user guide manual. The installing process shows success. -- Install configuration: "Release" -- Up-to-date: /home/bidesh/nektar++/build/dist/lib64/nektar++/cmake/Nektar++Libraries.cmake -- Up-to-date: /home/bidesh/nektar++/build/dist/lib64/nektar++/cmake/Nektar++Libraries-release.cmake -- Up-to-date: /home/bidesh/nektar++/build/dist/lib64/nektar++/cmake/Nektar++Config.cmake -- Up-to-date: /home/bidesh/nektar++/build/dist/lib64/nektar++/thirdparty/libblas.so -- Up-to-date: /home/bidesh/nektar++/build/dist/lib64/nektar++/thirdparty/libblas.so.3 ................................ .............................................. .............................. -- Up-to-date: /home/bidesh/nektar++/build/dist/include/nektar++/FieldUtils/ProcessModules/ProcessScaleInFld.h -- Up-to-date: /home/bidesh/nektar++/build/dist/include/nektar++/FieldUtils/ProcessModules/ProcessDOF.h -- Up-to-date: /home/bidesh/nektar++/build/dist/include/nektar++/FieldUtils/ProcessModules/ProcessInnerProduct.h -- Up-to-date: /home/bidesh/nektar++/build/dist/include/nektar++/FieldUtils/ProcessModules/ProcessGrad.h -- Up-to-date: /home/bidesh/nektar++/build/dist/include/nektar++/FieldUtils/ProcessModules/ProcessPrintFldNorms.h -- Up-to-date: /home/bidesh/nektar++/build/dist/include/nektar++/FieldUtils/ProcessModules/ProcessAddFld.h -- Up-to-date: /home/bidesh/nektar++/build/dist/include/nektar++/FieldUtils/ProcessModules/ProcessQCriterion.h -- Up-to-date: /home/bidesh/nektar++/build/dist/include/nektar++/FieldUtils/ProcessModules/ProcessAddCompositeID.h -- Up-to-date: /home/bidesh/nektar++/build/dist/include/nektar++/FieldUtils/ProcessModules/ProcessInterpPtsToPts.h -- Up-to-date: /home/bidesh/nektar++/build/dist/include/nektar++/FieldUtils/ProcessModules/ProcessInterpPoints.h -- Up-to-date: /home/bidesh/nektar++/build/dist/include/nektar++/FieldUtils/ProcessModules/ProcessC0Projection.h -- Up-to-date: /home/bidesh/nektar++/build/dist/include/nektar++/FieldUtils/ProcessModules/ProcessNumModes.h -- Up-to-date: /home/bidesh/nektar++/build/dist/include/nektar++/FieldUtils/Module.h -- Up-to-date: /home/bidesh/nektar++/build/dist/include/nektar++/FieldUtils/Field.hpp -- Up-to-date: /home/bidesh/nektar++/build/dist/include/nektar++/FieldUtils/FieldUtilsDeclspec.h -- Up-to-date: /home/bidesh/nektar++/build/dist/bin/Tester ctest was successful too. But when I am trying to run a tutorial such as : ADRSolver, "ADRSolver: command not found" is appearing. I am not a pro either in C++ or linux, I am trying hard to understand those aswell. If any member in this group is using nektar and willing to help me a bit, I shall be really helped. Thank you, Bidesh. |
|
January 8, 2021, 04:59 |
|
#2 |
Senior Member
Sayan Bhattacharjee
Join Date: Mar 2020
Posts: 495
Rep Power: 8 |
Never used Nektar before. However I think the reason your're not able to run the solver is probably because the solver executable location isn't known to the OS. Most of these big CFD softwares call to different executables. Thus the OS and OS environment should know the locations of these executables.
If you used cmake and make to build the executable, you might want to run "make install" first and if it doesn't work and asks for super user / admin permission, run "sudo make install". If it still doesn't work, try to manually export the solver's location to the $PATH variable ( https://opensource.com/article/17/6/set-path-linux ). <- This may be complicated if you don't use *nix systems. May want to get some help of someone in your department who knows *nix systems. |
|
Tags |
cfd code, discontinous galerkin, nektar++ |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
foam-extend-4.1 release | hjasak | OpenFOAM Announcements from Other Sources | 19 | July 16, 2021 06:02 |
Flow Solver: Run time error | Son_Goku | Fidelity CFD | 2 | August 21, 2018 10:21 |
CFX Solver Run | Flashidashi | CFX | 1 | April 1, 2015 04:49 |
Why run the solver twice ("cavity" tutorial section 2.1.8.2)? | a330 | OpenFOAM Running, Solving & CFD | 0 | February 27, 2012 12:15 |
Help, can't stop solver run...Windows OS | ben akih | CFX | 2 | November 13, 2006 11:05 |