LEPRO 2013

Dependencies

  • GNU GCC >= 4.4.7

Installation

Load the needed modules or add the to the path

  1. Download the repository
$ wget http://www.lephar.com/download/lepro_linux_x86
  1. We create the installation folder and move the binary
$ mkdir -p /share/apps/lepro/2013/bin
$ mv lepro_linux_x86 /share/apps/lepro/2013/bin/lepro
  1. execute permissions
$ chmod +x /share/apps/lepro/2013/bin/lepro

Module

#%Module1.0####################################################################
##
## module load lepro/2013
##
## /share/apps/modules/lepro/2013
## Written by Juan David Arcila Moreno
##

proc ModulesHelp {} {
     global version modroot
     puts stderr "Sets the environment for using lepro 2013\
                  \nin the shared directory \
                  \n/share/apps/lepro/2013/\
                  \nDownload form http://www.lephar.com/download.htm"
}

module-whatis "(Name________) lepro"
module-whatis "(Version_____) 2013"
module-whatis "(Compilers___) "
module-whatis "(System______) x86_64-redhat-linux"
module-whatis "(Libraries___) "

# for Tcl script use only
set         topdir        /share/apps/lepro/2013/
set         version       2013
set         sys           x86_64-redhat-linux

conflict lepro


prepend-path    PATH                    $topdir/bin

Use mode

$ module load lepro/2013
$ lepro [PDB file]

Author

  • Juan David Arcila-Moreno