I am running Cantera from Matlab on an OS X 10.5 machine. Since upgrading to 10.5 Cantera has worked just fine, however I once got frustrated with the X11...
Hi, I downloaded cantera 1.7.0 yesterday from sourceforge. I get an error when running "make python-install" with the message that I need to recompile with...
You have some undefined references in your Cantera Python interface shared library file _cantera.so. This only affects the Python interface - C++ might work...
It looks to me like you have more than one Python installation. Be sure to run the script setup_cantera to set environment variable PYTHON_CMD to the Python...
Greetings, As we port Cantera to new platforms, we sometimes note a few set of changes that need to be made to the Cantera code repository. The latest issue,...
spdomin
spdomin@...
Dec 6, 2007 3:57 pm
1779
Well, Cantera is written in C++, and is designed for use in C++ programs or one of the supported interfaces (Python, MATLAB, Fortran) through the "clib"...
... I looked at the preconfig script, and of course, the PIC flag is already set there. I tried diving into the python make file and the python file, but...
Hello Dave, Thanks a lot for your response. I just followed the steps mentioned in your email and it seems everything except the Cantera-Python interface is...
I've installed the MSI for Cantera 1.7 on my Windows XP machine to use with Visual C++ Express 2005. I read the "Getting Started with Cantera in C++" document,...
I have some problem to install Cantera ( runnig with Python) on my Mac book Pro After installing Python and Cantera in the folder Application i try to use one...
This can happen if your system has 2 different Python installations. Mac OS X comes with a version of Python in /usr/bin. But since it usually not the latest...
Hi, I have Cantera installed on a linux machine and am using it in place of Chemkin to calculate properties of gases for an ignition code I'm developing. I'm...
Hey Dave, You might also have to go into Cantera/python and do % python setup.py build % sudo python setup.py install I just reinstalled Cantera on a new...
Hi, I also have the same problems. If you solved it, please let me know it. KI Yong Lee ... From: Arun Mahajan To: cantera@yahoogroups.com Sent: Friday,...
... I had a similar problem compiling on a 64-bit Ubuntu system. I was able to get it working by giving the following options when configuring sundials: ...
I had a similar problem installing Cantera on a 64-bit Ubuntu system, and found that compiling Sundials with -fPIC solved my problems, i.e. run the configure...
I have yet to get Cantera working on my OS X leopard upgrade (I did upgrade from Tiger, Cantera worked; I upgraded Python, everything broke; and I have since...
... That must have hurt. I guess that is why you (& I) should follow the advice not to use the "root" account for non-system activities. Thinking out-loud as...
Prashun, I was able get your data to work by cutting and pasting the data into a file ("OMCTS.cti") and then importing it. My guess is that you might have an...
E David Huckaby
e.david.huckaby@...
Dec 17, 2007 5:02 pm
1795
I would recommend you do 'make clean' before 'make.' I installed cantera on an iMac running Leopard without a problem. Dave...
Hi, I would like to make some modifications to reaction rates ( w_k divided by a value F ) and thermal & molecular diffusivities (Dth and Dk replaced by...
Hi, I'm actually trying to thicken a 1D flame (in a first time, the premixed, freely propagating and in a second time, the diffusion one) and I'm totazlly...
Hi! I have a similar problem in Matlab. I'm modeling combustion with a cstr and want to ignite the mixture with a variable mass flow rate (to inject H atoms)...
... Yarmond, thank you very much for your reply. That unfortunately did not help in my case. My error is happening when making python-install. Mirko...
... I took one more look at the various emails, and decided to explicitly add the -fPIC option to the CXXFLAGS in preconfig. I then cleaned up and re-built...
Hi... I want to run fortran applications using Cantera and i am having some problems building the link. So, if there is anybody who wants to guide me in this...
I have found a solution to my own problem. I will describe the solution, then my symptoms. However, this solution was found not by myself, but with the help...