Jean-Charles Lambert
Jean-Charles Lambert
Hi there, forget about x2go, it's an outdated application. Install turbovnc + virtualgl and you'll get 3D acceleration from vncviewer with glnemo2 running See : https://www.turbovnc.org/
Actually, after a new fresh install of NEMO, I got again the segmentation fault core dumped from hackforce (during io_nemo test suite). I was able to find out the faulty...
In my case it was `Bus errror (core dumped)` but which vanished once I recompiled the code....
> Robert Zhang noted that flipping the quad and subp[] in the cell typedef made it work. This hinted that for hackcode1 it was not including the right .o file,...
I have the same issue on Linux from python 3.11 and 3.12 and mayavi 4.8.3.dev0
Well, I have clang configured by default (on my M4 mac mini), and the installation went flawlessly for me.
Yes It's working fine ! I have recompiled NEMO (+falcON) using clang. It's mandatory if I want to use nemolib + falconlib in a python module (on a MAC). This...
Nope, I did not run into the missing `mm_malloc.h` file because of this statement which exclude clang compiler: ``` #if defined(__GNUC__) && !defined(__INTEL_COMPILER) # include #endif ``` But, yes `make...
Crazy things !! It's actually `/usr/bin/time` command which make crash gyrfalcON. Try from a terminal (NEMO loaded) the followings commands : ``` time gyrfalcON ``` and ``` /usr/bin/time gyrfalcON ```...
`/usr/bin/time` starts a sub process. It must be the reason DYD_LD_LIBRARY_PATH is cleared.