Greenlet 3.1.1-GCCcore-13.3.0
The greenlet package is a spin-off of Stackless, a version of CPython that supports micro-threads called "tasklets". Tasklets run pseudo-concurrently (typically in a single or a few OS-level threads) and are synchronized with data exchanges on "channels". A "greenlet", on the other hand, is a still more primitive notion of micro-thread with no implicit scheduling; coroutines, in other words. This is useful when you want to control exactly when your code runs.Accessing Greenlet 3.1.1-GCCcore-13.3.0
To load the module for Greenlet 3.1.1-GCCcore-13.3.0 please use this command on the BEAR systems (BlueBEAR and BEAR Cloud VMs):
📋
module load bear-apps/2024a
module load Greenlet/3.1.1-GCCcore-13.3.0
BEAR Apps Version
Architectures
EL8-emeraldrapids — EL8-icelake — EL8-sapphirerapids
The listed architectures consist of two parts: OS-CPU. The OS used is represented by EL and there are several different processor (CPU) types available on BlueBEAR. More information about the processor types on BlueBEAR is available on the BlueBEAR Job Submission page.
More Information
For more information visit the Greenlet website.
Dependencies
This version of Greenlet has a direct dependency on: GCCcore/13.3.0 Python/3.12.3-GCCcore-13.3.0
Required By
This version of Greenlet is a direct dependent of: SQLAlchemy/2.0.36-GCCcore-13.3.0
Last modified on 26th August 2025