jcrismer

Results 4 issues of jcrismer

Hello, When doing : cmake -DWITH_PYTHON=ON -DWITH_PYTHON3=ON -DWITH_IPOPT=ON -DWITH_HSL=ON -DWITH_HSL:BOOL=ON -DWITH_THREAD=ON -DCMAKE_INSTALL_PREFIX:PATH=/gpfs/home/acad/ucl-tfl/jcrismer/.local/ -DWITH_OPENMP=ON -DIPOPT_LIBRARIES=/gpfs/home/acad/ucl-tfl/jcrismer/.local/lib/ -DIPOPT_INCLUDEDIR=/gpfs/home/acad/ucl-tfl/jcrismer/.local/include/coin-or .. I also tried cmake -DWITH_PYTHON=ON -DWITH_PYTHON3=ON -DWITH_IPOPT=ON -DWITH_HSL=ON -DWITH_HSL:BOOL=ON -DWITH_THREAD=ON -DCMAKE_INSTALL_PREFIX:PATH=/gpfs/home/acad/ucl-tfl/jcrismer/.local/ -DWITH_OPENMP=ON -DIPOPT_LIBRARIES=/gpfs/home/acad/ucl-tfl/jcrismer/.local/lib/ -DIPOPT_INCLUDEDIR=/gpfs/home/acad/ucl-tfl/jcrismer/.local/include...

Hello, I am building casadi from source with IPOPT from HSL however, when compiling, I get the following error: In file included from /gpfs/home/acad/ucl-tfl/jcrismer/.local/casadi/casadi/interfaces/ipopt/ipopt_nlp.cpp:26: /gpfs/home/acad/ucl-tfl/jcrismer/.local/casadi/casadi/interfaces/ipopt/ipopt_nlp.hpp:29:10: fatal error: IpTNLP.hpp: No such...

Hi, Running a script that uses some python packages (awebox: https://github.com/awebox/awebox) relying on casadi, I am encountering the following error: [1] 45159 illegal hardware instruction python3 Without any additional information....

Hi, Using the Python library AirfoilPrep.py, I noticed that there is an issue when the data provided by the user starts or ends with an angle value that is multiple...