Dear Prof. Meyer,
I am new here. I want to compute nuclear statistical equilibrium. I have downleded the C codes. Now i want to know how to use these codes? Is it necessary to have a linux system for it? Can i use C++ software for it?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It sounds like you don't have make installed. What happens if you type
make --version
If the response is not something like
GNUMake3.81Copyright(C)2006FreeSoftwareFoundation, Inc.
Thisisfreesoftware; see the source for copying conditions.ThereisNOwarranty; not even for MERCHANTABILITY or FITNESS FOR APARTICULARPURPOSE.
then you need to install make. Best wishes.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2020-04-01
Ok, let me try that.
Thank you for your kind help.
Stay Blessed.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Relocated from here:
Dear Prof. Meyer,
I am new here. I want to compute nuclear statistical equilibrium. I have downleded the C codes. Now i want to know how to use these codes? Is it necessary to have a linux system for it? Can i use C++ software for it?
The libnuceq codes compile with C++. The easiest way to run them is via NucNet Tools. See this blog post.
If you are using Windows, you might want to try Cygwin. You can then follow the libnuceq post above. Let me know if that doesn't work. Best wishes.
For linux or Mac OS, you can see these instructions.
Dear Prof. Meyer,
Thanku for your quick response.
when i try to compile the c code on c++, it give error "libnuceq.h" not found though it is exist in the directory.
I tried to download and install Cygwin for my window 7, but invain.
I have Sun Solaris system SunOs 5.10, when i try to run the cammand "make -f Makefile.libnuceq compute_nse", it gives error "make not found"
It sounds like you don't have make installed. What happens if you type
make --version
If the response is not something like
then you need to install make. Best wishes.
Ok, let me try that.
Thank you for your kind help.
Stay Blessed.