gdbm¶
Description¶
GNU dbm (or GDBM, for short) is a library of database functions that use extensible hashing and work similar to the standard UNIX dbm. These routines are provided to a programmer needing to create and manipulate a hashed database.
Homepage¶
https://www.gnu.org.ua/software/gdbm/gdbm.html
Available Versions on RCAC Clusters¶
| Cluster | Versions |
|---|---|
| ANVIL | 1.19 |
| NEGISHI | 1.23 |
Module¶
You can load the module by:
Note for using gdbm
Run module spider gdbm beforehand to check if this version requires any prerequisite modules.