RocketCEA Install |
|
Lubuntu |
Ans: install python |
install pip |
Ans: sudo apt install python-pip |
install RocketCEA |
Ans: pip install rocketcea (will install numpy, matplotlib, etc.) |
Linux Failure |
Ans: can't find gfortran.so.3 lib sudo apt-get install gfortran |
Set up Linux Guest Additions |
Ans: sudo sh ./VBoxLinuxAdditions.run cd to VBox Guest additons area |
Install gfortran 3 |
Ans: apt-get install libgfortran3 |
May need tkinter |
Ans: udo apt-get install python-tk |
Windows 10 Install |
Ans: Install python python-3.7.0-amd64.exe add python 3.7 to path choose default of User area install |
Successful python install |
Ans: now install RocketCEA pip install rocketcea |
Successfule RocketCEA install |
|
Failed RocketCEA run |
Ans: ImportError: DLL load failed: The specified module could not be found. |
mingw-w64-install.exe |
|
MinGW-W64 Options |
Ans: Accept Defaults |
Install Folder |
Ans: Accept Default |
Installing Files |
Ans: Several Minutes of Download |
Finished Download |
|
Finished |
|
Add mingw to PATH |
Ans: C:\Program Files (x86)\mingw-w64\i686-8.1.0-posix-dwarf-rt_v6-rev0\mingw32\bin |
Control Panel |
|
Add mingw\bin |
|
Open a NEW Command Prompt |
|
maybe a static link??? |
GCC includes static versions of the Fortran runtime libraries, which can be linked with -static-libgfortran |
2nd MinGW install |
Ans: C:\mingw pick x86_64 win32 |
Installing Files |
Ans: files to c:\mingw |
System Properties |
|
Environment Variables |
|
Edit PATH |
|
Done Installing Files |
|
Success |
|