Table of Contents

openssl

openssl is a software module available on Comet.

openssl overview

To access openssl on Comet, run module load openssl. This will load the default version of openssl.

An overview of the module information is shown below (module -r spider ^openssl$):

openssl:
     Versions:
        openssl/2.1.1 (E)
        openssl/2.2.2 (E)

Names marked by a trailing (E) are extensions provided by another module.

  For detailed information about a specific "openssl" package (including how to load the modules) use the module's full name.
  Note that names that have a trailing (E) are extensions provided by other modules.
  For example:

     $ module spider openssl/2.2.2

If there are multiple versions of openssl listed, then you can load a specific version as follows:

$ module load openssl/version_string

You can find the most up to date information whilst logged on to Comet by running module -r spider ^openssl$.


openssl Help

The module openssl has the following embedded help text (module help openssl):

Lmod Warning: Failed to find the following module(s): "openssl" in your MODULEPATH
Try:

    $ module spider openssl

to see if the module(s) are available across all compilers and MPI implementations.


openssl Dependencies

There are no dependencies listed for openssl


Back to software