- Python’s multiprocessing is supported; I’ve seen people use it successfully in previous years.
- It should support fork and forkserver.
- 64GiB of RAM is allocated to the job, with 60GiB available for your code.
- 16 CPU cores are available.
In general, we want to provide the teams with as much flexibility as possible for how they choose to solve the Challenge task, and we encourage teams to more efficiently use the available resources.
If you do submit something with multiprocessing that doesn’t work on our system, I’d be interested in figuring out why.
Best,
Audrey