Problem running ert/everest in Ubuntu server
Hei, first thanks for the great work on developing ert and everest. I have been using ert and everest for a while, but an older ert version before everest was added into ert. Now I am migrating to the latest ert (17.0.0), but I am facing an issue that I did not have before with ert/everest, i.e., logging into a server via ssh and running them.
I have attached a simple run test with a simple sleep function of 70 seconds. If I run this in my local machine with ert test_run ert.txt, all works perfectly. However, when I ssh to the server (Ubuntu 24.04.3 LTS (Noble), Intel Xeon Platinum 8354H processors, x86_64 architecture, 144 logical CPUs (4 sockets x 18 cores per socket, with 2 threads per core), then the run fails with:
> 1/1 |████████████████████████████████████████████████████████████| 100% Running time: 56 seconds
>
> ■ Waiting 0/1
> ■ Pending 0/1
> ■ Running 0/1
> ■ Failed 1/1
> ■ Finished 0/1
> ■ Unknown 0/1
>
> Experiment failed with the following error: Number of successful realizations (0) is less than the specified MIN_REALIZATIONS(1)
> Realization: 0 failed after reaching max submit (1):
>
> Step test failed with: 'list index out of range'
> stderr file: 'None',
> its contents:
> Empty stderr from test
>
> 1 steps failed due to the error: list index out of range
Thanks in advance for any hint