lens (Light Efficient Network Simulator)

Overview

Lens is a neural network simulator. Available versions:

  • 2.64 – 64 bit (compiled with the intel-17 compiler).

Restrictions on use

None.

Set up procedure

Please include the following in your batch script

module load apps/intel-17.0/lens/2.64

Running the application

Serial

Lens is a single core/serial application.

  • Make sure you have the modulefile loaded.
  • Write a batch submission script, for example:
  
#$ -S /bin/bash --login
#$ -cwd

lens -b example.tcl
  • Submit: qsub batchscript (replacing ‘batchscript’ with the name of your file).

GUI version

If you need to run the GUI version you must use qrsh.

Further info

The lens website contains a large amount of useful information including a user guide.

Updates

Compiled for intel-17 5/3/19

Last modified on April 15, 2019 at 10:34 am by Daniel Nisbet