Chris Smiet
Chris Smiet
Just had a look at the test logs (on the updated ci). The test `run_fast_cylinder` fails because of an out-of-bound index access in the solution-array. ``` Error termination. Backtrace: At...
@missing-user helpfully fixed the failing case, Thanks Phillip! This needs a bit of discussion before we accept this change as outputs will change: @jloizu, @ErolBa @SRHudson, @zhucaoxiang what do you...
Hi Antoine, This problem is originating with ninja, I am encountering a similar problem trying to compile with intel compilers on JED... it has trouble linking another file. `error: unknown...
Hi Antoine, I have been struggling with the similar error on my side, but from your log it seems that your CMAKE finds both BLAS and LAPACK from your system:...
@mbkumar, let me also jump on this thread by asking you what is happening on my system (intel compilers on EPFL cluster). the root CMakelists finds my hdf5: ``` --...
Hi, just an update as I made some progress on this and was able to install on my system: Passing the setting `-DHDF5_NO_FIND_PACKAGE_CONFIG_FILE=TRUE` skips the `FindHDF5.cmake` file and searches directly,...
Hi @abaillod, just touching base to see if the issue still persists? With the fixes to py_spec and the simsopt docker, can you run on your mac now? Still leaving...
Recap: issue is Mac's 'new' .tbd library format, won't compile because of that To directly install, I think there are two things to try: Add to config.json DCMAKE_OSX_DEPLOYMENT_TARGET=10.9 To try...
@zhisong Do you still have access to this script, if you do; could you upload it here for someone to continue on? @zhucaoxiang: I think we should keep it minimal...
I think we should indeed have some stand-alone plotting routines, that can directly be run on the output for the quick inspection. The code of @zhucaoxiang currently uses different reading...