ftong deb7005604 Force use of fork in multiprocessing
From Tomasz Balawajder:
"Since we are using a Java service to launch the Python process, its behavior differs from running the script directly on the cluster.

By default, Dask uses fork() to create worker processes. However, when running under the JVM, the start method defaults to spawn, which does not share memory between processes. This caused the slowdown and unexpected behavior.

I’ve forced Python to use fork() in the configuration, and now the application completes in the same time as when executed with sbatch."
2025-09-23 11:41:08 +02:00
2025-09-23 11:41:08 +02:00
2025-04-15 14:12:43 +02:00
2025-06-23 14:51:08 +02:00
2025-04-15 14:21:20 +02:00

SeismicHazardForecasting — Official Application Repository

This repository contains the source code and configuration files for the SeismicHazardForecasting application used within the EPISODES Platform.

📦 To test or modify this application in the EPISODES Platform environment, follow the guide:
https://docs.cyfronet.pl/display/ISDOC/Editing+application+codes+guide

Description
No description provided
Readme 1.6 MiB
Languages
Python 100%