-
Problem: The `perilog` jobtap plugin uses libsubprocess to execute and monitor job prolog/epilog commands on rank 0. This means that when the rank 0 broker restarts, these processes are lost and jobs …
-
When building on `arm32v7`, the official servers are running into build failures -- here's a snippet of the relevant logs:
```console
+ dpkg --print-architecture
+ dpkgArch=armhf
+ install_addin…
-
verification of process.xml ...
error
executing command: "verify"...
verification of ...
lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.
-
**Summary**
On some systems, `SIGTERM` (e.g. using `kill`) doesn't terminate the `swipl` process. `SIGKILL` (e.g. `kill -9`) does still kill the process.
**Background**
We first ran into this…
-
Thank you very much for sharing these solutions!
One small thing I noticed: It seems that some of these programs would benefit from using `phrase_from_file/2` which is available in `library(pio)`. …
-
Dear maintainers,
there seems to be a memory leak when using the pythonic interface.
Running the following script similar to the readme example
```
from pyswip import Functor, Variable, Query,…
-
Out of interest I have included my own implementation in Prolog. This is written in my own Prolog ( https://github.com/infradig/yxtrang ) which implements Erlang-style processes and message-passing. I…
ghost updated
8 years ago
-
I cloned this repo, installed the deps. When running `swipl -s main.pl -- --port=8080`, I get this:
```
Running in development mode!
% 2019-06-09 17:38:31.150 type post preview URL /post/ registe…
-
Trying to build swi-prolog on NetBSD/macppc 10.0_BETA fails, with the following process getting a SEGV:
```
../src/swipl -x /usr/pkgsrc/lang/swi-prolog-lite/work/swipl-8.0.2/build/man/pldoc2tex --…
-
when we use a non-zero minimum in cluster config for resources, they get alive at cluster launch. then this job-related check will never have a value of True: https://github.com/aws-samples/1click-hpc…