Marc Compere
Marc Compere
sff does not compile under Ubuntu 18.04 with the steps listed. There is a package conflict (.65 instead of .62) and then gives a cmake error. apt or yum packages...
> FWIW, here's another simple ctypes-based solution that works within njitted code, tested on Linux, Windows and macOS (https://github.com/open-atmos/PyMPDATA/blob/main/PyMPDATA/impl/clock.py): > > ```python > """ CPU-time returning clock() function which works...
> After some investigations, I found the following code may be a feasible solution: > > ```python > from numba import njit > import ctypes > import time > >...
hello @pkittenis , thank you, this worked for me. the different approach to loading `ParallelSSHClient` (using `ssh-python`) [brought success](https://github.com/ParallelSSH/parallel-ssh/issues/379#issuecomment-2192708585): from pssh.clients.ssh.parallel import ParallelSSHClient
hello, agreed. I've experienced this problem for 2 years. [this post](https://github.com/ParallelSSH/parallel-ssh/issues/363#issuecomment-1300485345) indicates there is a different way to import the `ParallelSSHClient`. Trying this seems to work. It must be loading...
Hello, I just compiled both Nedit and XNedit from source on Ubuntu 22.04 using the 5.19 kernel. All the libraries were installed with .deb packages to provide all dependencies: 1....
Thank you for your answer. It's understandable to prioritize this at a low level. Unicode is not important for me, but it's understandable to include that as an editor capability....