Download LS-OPT

Table of Contents

  1. An Overview
  2. Installation Under Linux
  3. Installation Under Windows
  4. Training Materials
You may download LSOPT Versions 4.0, 4.1, and 4.2 from this page, along with supporting documentation and examples. Previous versions must be obtained directly from the LSTC FTP site.

1. An Overview       (Back to Top)

If you are not familiar with LS-OPT and its functionality, then start with this README.Overview. The basic components are described in this file, along with directions for running simple problems. The current stable release version of LS-OPT is LS-OPT Version 4.2. The latest Users Manual is a PDF document. Manuals are included with each distribution archive; so there is no need to download the manual separately.

A good resource for getting started with LS-OPT is found on the DynaMore website. DynaMore is a distributor of LSTC Software Products. There is also an LS-OPT Google Group for LS-OPT, which is monitored by LS-OPT developers.

2. Installation under Linux       (Back to Top)

First Download the gzipped tar archive for your Hardware/OS.

VERSION 4.2

README.Linux
HARDWARE OS ARCHIVE
AMD/Intel IA32 SuSE 9.1 lsopt_42_71961_ia32_suse91.tar.gz
AMD/Intel x64 RedHat EL3 lsopt_42_71961_x64_rhel3.tar.gz
AMD/Intel x64 RedHat EL4 lsopt_42_71961_x64_rhel4.tar.gz
AMD/Intel x64 RedHat EL5 lsopt_42_71961_x64_rhel5.tar.gz
AMD/Intel x64 RedHat EL6 lsopt_42_71961_x64_rhel6.tar.gz
AMD/Intel x64 Open SuSE 11.4 lsopt_42_71961_x64_opensuse114.tar.gz
AMD/Intel x64 SLES SuSE 10.4 lsopt_42_71961_x64_sles104.tar.gz
AMD/Intel x64 SLES SuSE 11.0 lsopt_42_71961_x64_sles110.tar.gz
AMD/Intel x64 SLES SuSE 11.1 lsopt_42_71961_x64_sles111.tar.gz

VERSION 4.1

README.Linux
HARDWARE OS ARCHIVE
AMD/Intel IA32 SuSE 9.1 lsopt_41_66374_ia32_suse91.tar.gz
AMD/Intel x64 RedHat EL3 lsopt_41_66374_x64_rhel3.tar.gz
AMD/Intel x64 RedHat EL4 lsopt_41_66374_x64_rhel4.tar.gz
AMD/Intel x64 RedHat EL5 lsopt_41_66374_x64_rhel5.tar.gz
AMD/Intel x64 SuSE 10.3 lsopt_41_66374_x64_suse103.tar.gz
AMD/Intel x64 SuSE 11.0 lsopt_41_66374_x64_suse110.tar.gz
AMD/Intel x64 SuSE 11.1 lsopt_41_66374_x64_suse111.tar.gz

VERSION 4.0

README.Linux
HARDWARE OS ARCHIVE
AMD/Intel IA32 SuSE 9.1 lsopt_40_55142_ia32_suse91.tar.gz
AMD/Intel x64 RedHat EL3 lsopt_40_55142_x64_rhel3.tar.gz
AMD/Intel x64 RedHat EL4 lsopt_40_55142_x64_rhel4.tar.gz
AMD/Intel x64 SuSE 10 lsopt_40_55142_x64_suse101.tar.gz
AMD/Intel x64 SuSE 10.3 lsopt_40_55142_x64_suse103.tar.gz
AMD/Intel x64 SuSE 11 lsopt_40_55142_x64_suse11.tar.gz
SUN Sparc Solaris 10 lsopt_40_55753_x64_sol10.tar.gz

The archive contains files in one directory named LSOPT_EXE. You may verify this using the 'tar' command. For example,

     tar tvzf lsopt_42_66501_x64_rhel5.tar.gz
produces this output:
     -rwxr-xr-x root/root   3564280 2011-05-12 17:41 ./LSOPT_EXE/lsopt
     -rwxr-xr-x root/root        29 2011-05-12 17:41 ./LSOPT_EXE/VersionDate
     -rwxr-xr-x root/root   1091144 2011-05-12 17:41 ./LSOPT_EXE/extractor
     -rwxr-xr-x root/root    190664 2011-05-12 17:41 ./LSOPT_EXE/lscheduler
     -rwxr-xr-x root/root     19560 2011-05-12 17:41 ./LSOPT_EXE/lskilljob
     -rwxr-xr-x root/root     64368 2011-05-12 17:41 ./LSOPT_EXE/runqueuer
     -rwxr-xr-x root/root   3558307 2011-05-12 17:41 ./LSOPT_EXE/wrapper
     -rwxr-xr-x root/root   6990248 2011-05-12 17:41 ./LSOPT_EXE/lsoptui
     -rwxr-xr-x root/root   7396744 2011-05-12 17:41 ./LSOPT_EXE/viewer
     -rwxr-xr-x root/root  22030405 2011-05-12 17:41 ./LSOPT_EXE/lsprepost
     -rwxr-xr-x root/root    206308 2011-05-12 17:41 ./LSOPT_EXE/lsopt_plotcprs
     -rwxr-xr-x root/root     73528 2011-05-12 17:41 ./LSOPT_EXE/mri2lso
     -rwxr-xr-x root/root     98256 2011-05-12 17:41 ./LSOPT_EXE/maps2sortho
     -rwxr-xr-x root/root   5538650 2011-05-12 17:41 ./LSOPT_EXE/genex
     -rwxr-xr-x root/root   9456440 2011-05-12 17:41 ./LSOPT_EXE/lstcsh
     -rwxr-xr-x root/root     45828 2011-05-12 17:41 ./LSOPT_EXE/lstcvm_run
     -rwxr--r-- root/root  13048227 2011-05-12 17:41 ./LSOPT_EXE/lsopt_42_manual.pdf

Now create a directory where you would like to install LS-OPT. Copy the downloaded archive into that directory. Then 'cd' into that directory, and unpack the archive. A subdirectory LSOPT_EXE will be created beneath the installation directory where all executables are placed. For example,

     mkdir $HOME/LSOPT42
     cp lsopt_42_66501_x64_rhel5.tar.gz $HOME/LSOPT42
     cd $HOME/LSOPT42
     tar xvzf lsopt_42_66501_x64_rhel5.tar.gz
It is probably best to add the LSOPT_EXE directory to your path, though this is not necessary. In this case, you would add $HOME/LSOPT42/LSOPT_EXE to your path. LS-OPT can be run strictly from the command line, directly in a batch mode. The preferred method is to use the LS-OPTui graphical user interface to set up problems, edit them, and run LS-OPT from within LS-OPTui. There are excellent data visualization tools which are part of the LS-OPTui.
     lsopt command_file     (runs lsopt in batch mode)
     lsoptui                (starts the graphical user interface tool)

3. Installation under Microsoft Windows       (Back to Top)

First download the zipped archive for your machine.

VERSION 4.2

README.Windows
HARDWARE OS ARCHIVE
AMD/Intel Windows XP and up lsopt_42_71961_ia32_win.zip

VERSION 4.1

README.Windows
HARDWARE OS ARCHIVE
AMD/Intel Windows XP and up lsopt_41_66374_ia32_win.zip

VERSION 4.0

README.Windows
HARDWARE OS ARCHIVE
AMD/Intel Windows XP and up lsopt_40_55142_ia32_win.zip
There is no installation program required for LS-OPT. Simply create a folder, and unzip the contents of the downloaded archive into that folder. To start LS-OPT, locate the LSOPTui program and double-click it. You may wish to create a short-cut on your desktop rather than remember where the LSOPT folder is located.

4. Training Materials       (Back to Top)

VERSION 4.2

DOCUMENT ARCHIVE
INSTALLATION README.Training.Install.SysAdmin
PRINTING Printing_instructions.pdf
OUTLINE Training_Seminar_Outline_Detroit_2011.pdf
TUTORIAL PROBLEMS lsopt_42_intro_problemset.pdf
DESIGN OPTIMIZATION HANDOUT lsopt_optimization_class_abridged_handout.pdf
DESIGN OPTIMIZATION PRESENTATION lsopt_optimization_class_abridged.pdf
PROBABILISTIC ANALYSIS HANDOUT lsopt_probabilistic_class_handout.pdf
EXAMPLES lsopt_42_training_examples.tar.gz

VERSION 4.1

DOCUMENT ARCHIVE
INSTALLATION README.Training.Install.SysAdmin
PRINTING README_printing_instructions.txt
HANDOUT 1 Training_Seminar_Outline.pdf
HANDOUT 2a lsopt_optimization_class.pdf
HANDOUT 2b lsopt_optimization_class_SHORT.pdf
HANDOUT 3 lsopt_probabilistic_class.pdf
HANDOUT 4 lsopt_41_intro_problemset.pdf
EXAMPLES lsopt_41_training_examples.tar.gz

VERSION 4.0

DOCUMENT ARCHIVE
INSTALLATION README.Training.Install.SysAdmin
PRINTING README.txt
HANDOUT 1 Training_Seminar_Outline.pdf
HANDOUT 2 lsopt_optimization_class.pdf
HANDOUT 3 lsopt_probabilistic_class.pdf
HANDOUT 4 lsopt_40_intro_problemset.pdf
EXAMPLES lsopt_40_training_examples.tar.gz