dill
dill extends python’s pickle module for serializing and de-serializing python objects to the majority of the built-in python types. Serialization is the process of converting an object to a byte stream, and the inverse of which is converting a byte stream back to on python object hierarchy.
Note
This is an autogenerated page, more detail including examples may be available for this package. Please see the first section of Software on Stanage
After connecting to Stanage (see Establishing a SSH connection), start an interactive session with the following command:
srun --pty bash -i
A version of dill can then be made available with one of the following:
module load dill/0.3.6-GCCcore-11.3.0
module load dill/0.3.7-GCCcore-12.3.0
module load dill/0.3.6-GCCcore-11.3.0
Notes
dill was installed using Easybuild, build details can be found in $EBROOTDILL/easybuild
with a given module loaded.