Download LS-TaSC

The latest version of LS-TaSC is LS-TaSC Version 2. The latest Users Manual is a PDF document. You may download Version 2.0 from this page. The archives include supporting documentation and examples. If you want to download a manual for a previous version of LS-TaSC, then you must download the software archive and extract the manual.

TABLE OF CONTENTS

  1. Installation under Linux
  2. Installation under Windows
  3. Examples

1. Installation under Linux       (Back to Top)

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

VERSION 2.0

HARDWARE OS ARCHIVE
AMD/Intel x64 RedHat EL3/EL4 lstasc_2_70126_x64_rhel3.tar.gz
AMD/Intel x64 RedHat EL5 lstasc_2_70126_x64_rhel5.tar.gz
AMD/Intel x64 SuSE 11 lstasc_2_70126_x64_suse11.tar.gz
AMD/Intel x64 SuSE 10.3 lstasc_2_70126_x64_suse10.tar.gz

The archives for Version 2.0 contain one main directory named LSTASC_EXE, populated with its files. You can verify the contents of any archive that you download for Linux using the 'tar' command. For example,
      tar tvzf lstasc_2_70126_x64_suse11.tar.gz
produces this output
      -rwxr-xr-x root/root   5663928 2011-02-22 19:08 ./LSTASC_EXE/lstasc
      -rwxr-xr-x root/root   1577088 2011-02-22 19:08 ./LSTASC_EXE/lstasc_script
      -rwxr-xr-x root/root        29 2011-02-22 19:08 ./LSTASC_EXE/VersionDate
      -rwxr-xr-x root/root   1126600 2011-02-22 19:08 ./LSTASC_EXE/extractor
      -rwxr-xr-x root/root    174048 2011-02-22 19:08 ./LSTASC_EXE/lscheduler
      -rwxr-xr-x root/root     69600 2011-02-22 19:08 ./LSTASC_EXE/runqueuer
      -rwxr-xr-x root/root   3577536 2011-02-22 19:08 ./LSTASC_EXE/wrapper
      -rwxr-xr-x root/root  31213290 2011-02-22 19:08 ./LSTASC_EXE/lsprepost
      -rwxr-xr-x root/root   9151502 2011-02-22 19:08 ./LSTASC_EXE/lstcsh
      -rwxr-xr-x root/root     54009 2011-02-22 19:08 ./LSTASC_EXE/lstcvm_run
      -rwxr--r-- root/root   3133861 2011-02-22 19:08 ./LSTASC_EXE/topology_manual.pdf
      -rwxr--r-- root/root  48558080 2011-02-22 19:08 ./LSTASC_EXE/manual_examples.tar
The LS-TaSC User Manual is a PDF format file topology_manual.pdf. Now create a directory where you would like to install LS-TaSC. Copy the downloaded archive into that directory. Then 'cd' into that directory, and unpack the archive. A subdirectory LSTASC_EXE will be created beneath the installation directory where all executables are placed. For example,
      mkdir $HOME/LSTASC2
      cp lstasc_2_70126_x64_suse11.tar.gz $HOME/LSTASC2
      cd $HOME/LSTASC2
      tar xvzf lstasc_2_70126_x64_suse11.tar.gz
It is probably best to add the LSTASC_EXE directory to your path, though this is not necessary. In this case, you would add $HOME/LSTASC2/LSTASC_EXE to your path. LS-TaSC can be run strictly from the command line, directly in a batch mode. The preferred method is to use the LS-TaSC graphical user interface, and the visualization tools which are a part of this program.
      lstasc_script input.lstasc  (runs lstasc in batch mode)
      lstasc [input.lstasc]       (starts the graphical user interface tool)
NOTE: All of the files in the LSTASC_EXE must remain together in a directory with the exception of the example problems. The lstasc program will not function correctly if it cannot find the lstasc_script and other executables.

2. Installation under Microsoft Windows       (Back to Top)

First download the zipped archive for your machine.

VERSION 2.0

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

There is no installation program required for LS-TaSC. Simply create a folder, and unzip the contents of the downloaded archive into that folder. To start LS-TaSC, locate the LS-TaSC program and double-click it. You may wish to create a short-cut on your desktop rather than remember where the LS-TaSC folder is located.

NOTE: All of the files in the LSTASC_EXE must remain together in a directory with the exception of the example problems. The lstasc program will not function correctly if it cannot find the lstasc_script and other executables.

Examples: There is a zipfile manual_examples.zip containing the examples used in the manual. You should unpack this archive. For more about extracting and running these examples, read the next section.

3. Examples       (Back to Top)

There is an archive of Examples contained in manual_examples.tar. The Windows installation file contains manual_examples.zip instead. The zip file is unpacked in the usual way under Microsoft Windows. You may unpack the tar archive under Linux using the tar command
      tar xvf manual_examples.tar
The files in this archive are contained in one main directory named MANUAL. All example input.lstasc files have an name with a suffix '.lstasc'. *** NOTE *** All problems require some solver in order to run. Typically the solver must be located in the PATH or in the LSTASC_EXE directory. Open the Cases tab, and double click on the items to view the solver command that is required. A typical problem requires an executable ls971_double in the PATH, or in the LSTASC_EXE directory.

The contents of the Linux tar file is shown below. Each LS-TaSC input file has a suffix '.lstasc'.

    -rwxr-xr-x root/root      425 2011-01-06 17:20 MANUAL/Beam_extr_cast/extr_draw.lss
    -rw-r--r-- root/root     1388 2011-01-06 17:20 MANUAL/Beam_extr_cast/ExtrSymm.lstasc
    -rwxr-xr-x root/root      436 2011-01-06 17:20 MANUAL/Beam_extr_cast/extr_draw2.lss
    -rw-r--r-- root/root     1206 2011-01-06 17:20 MANUAL/Beam_extr_cast/Extr_Cast.lstasc
    -rw-r--r-- root/root     1218 2011-01-06 17:20 MANUAL/Beam_extr_cast/Extr_Cast2.lstasc
    -rwxr-xr-x root/root      482 2011-01-06 17:20 MANUAL/Beam_extr_cast/extr_symm.lss
    -rwxr-xr-x root/root  3773755 2011-01-06 17:20 MANUAL/Beam_extr_cast/Beam.dyn
    -rwxr-xr-x root/root       64 2011-01-06 17:21 MANUAL/Force_Disp_Constraint/clean
    -rw-r--r-- root/root     1251 2011-01-06 17:21 MANUAL/Force_Disp_Constraint/force_disp_con.lstasc
    -rw-r--r-- root/root     1173 2011-01-06 17:21 MANUAL/Force_Disp_Constraint/force_disp_con.pbs.lstasc
    -rwxr-xr-x root/root     1202 2011-01-06 17:21 MANUAL/Force_Disp_Constraint/submit_pbs
    -rw-r--r-- root/root      752 2011-01-06 17:21 MANUAL/Force_Disp_Constraint/run_queue.lss
    -rwxr-xr-x root/root      133 2011-01-06 17:21 MANUAL/Force_Disp_Constraint/iClean
    -rw-r--r-- root/root  4752477 2011-01-06 17:21 MANUAL/Force_Disp_Constraint/beam_LC1.k
    -rw-r--r-- root/root      754 2011-01-06 17:21 MANUAL/Force_Disp_Constraint/run_local.lss
    -rwxr-xr-x root/root       64 2011-01-06 17:21 MANUAL/BEAM/clean
    -rw-r--r-- root/root     1194 2011-01-06 17:21 MANUAL/BEAM/submit_pbs
    -rw-r--r-- root/root      433 2011-01-06 17:21 MANUAL/BEAM/run_queue.lss
    -rwxr-xr-x root/root      176 2011-01-06 17:21 MANUAL/BEAM/iClean
    -rw-r--r-- root/root      792 2011-01-06 17:21 MANUAL/BEAM/beam.lstasc
    -rw-r--r-- root/root  3773755 2011-01-06 17:21 MANUAL/BEAM/Beam.dyn
    -rw-r--r-- root/root      317 2011-01-06 17:21 MANUAL/BEAM/run_local.lss
    -rw-r--r-- root/root      139 2011-01-06 17:21 MANUAL/exa_scripts/restart.lss
    -rw-r--r-- root/root      596 2011-01-06 17:21 MANUAL/exa_scripts/PrintOptHist.lss
    -rw-r--r-- root/root      770 2011-01-06 17:21 MANUAL/exa_scripts/print_vars.lss
    -rw-r--r-- root/root      345 2011-01-06 17:21 MANUAL/exa_scripts/create_db.lss
    -rw-r--r-- root/root      103 2011-01-06 17:21 MANUAL/exa_scripts/simple.lss
    -rw-r--r-- root/root      872 2011-01-06 17:21 MANUAL/exa_scripts/vars_lspp.lss
    -rw-r--r-- root/root     3310 2011-01-06 17:21 MANUAL/exa_scripts/dump_db.lss
    -rwxr-xr-x root/root       64 2011-01-06 17:21 MANUAL/Beam_extr/clean
    -rw-r--r-- root/root     1194 2011-01-06 17:21 MANUAL/Beam_extr/submit_pbs
    -rw-r--r-- root/root      465 2011-01-06 17:21 MANUAL/Beam_extr/run_queue.lss
    -rwxr-xr-x root/root      197 2011-01-06 17:21 MANUAL/Beam_extr/iClean
    -rw-r--r-- root/root  3773806 2011-01-06 17:21 MANUAL/Beam_extr/Beam.dyn
    -rw-r--r-- root/root      937 2011-01-06 17:21 MANUAL/Beam_extr/beam_extr.lstasc
    -rw-r--r-- root/root      345 2011-01-06 17:21 MANUAL/Beam_extr/run_local.lss
    -rwxr-xr-x root/root       64 2011-01-06 17:21 MANUAL/MULTILOADCASE/clean
    -rw-r--r-- root/root     1194 2011-01-06 17:21 MANUAL/MULTILOADCASE/submit_pbs
    -rw-r--r-- root/root      743 2011-01-06 17:21 MANUAL/MULTILOADCASE/run_queue.lss
    -rw-r--r-- root/root     1467 2011-01-06 17:21 MANUAL/MULTILOADCASE/mult.lstasc
    -rwxr-xr-x root/root      197 2011-01-06 17:21 MANUAL/MULTILOADCASE/iClean
    -rw-r--r-- root/root  4752467 2011-01-06 17:21 MANUAL/MULTILOADCASE/beam_LC1.k
    -rw-r--r-- root/root  4752467 2011-01-06 17:21 MANUAL/MULTILOADCASE/beam_LC2.k
    -rw-r--r-- root/root  4752467 2011-01-06 17:21 MANUAL/MULTILOADCASE/beam_LC3.k
    -rw-r--r-- root/root      521 2011-01-06 17:21 MANUAL/MULTILOADCASE/run_local.lss
    -rw-r--r-- root/root      839 2011-01-06 17:21 MANUAL/Shell/Shell.lstasc
    -rwxr-xr-x root/root   238805 2011-01-06 17:21 MANUAL/Shell/sbox.k
    -rwxr-xr-x root/root      378 2011-01-06 17:21 MANUAL/Shell/shell.lss
    -rw-r--r-- root/root      323 2011-01-06 17:21 MANUAL/Linear/lst_inp.linear
    -rwxr-xr-x root/root       64 2011-01-06 17:21 MANUAL/Linear/clean
    -rw-r--r-- root/root      713 2011-01-06 17:21 MANUAL/Linear/linear.lstasc
    -rw-r--r-- root/root 17911710 2011-01-06 17:21 MANUAL/Linear/bc50_extr_2s.k
    -rwxr-xr-x root/root      174 2011-01-06 17:21 MANUAL/Linear/iClean
    -rwxr-xr-x root/root      425 2011-01-06 17:20 MANUAL/Beam_extr_cast/extr_draw.lss
    -rw-r--r-- root/root     1388 2011-01-06 17:20 MANUAL/Beam_extr_cast/ExtrSymm.lstasc
    -rwxr-xr-x root/root      436 2011-01-06 17:20 MANUAL/Beam_extr_cast/extr_draw2.lss
    -rw-r--r-- root/root     1206 2011-01-06 17:20 MANUAL/Beam_extr_cast/Extr_Cast.lstasc
    -rw-r--r-- root/root     1218 2011-01-06 17:20 MANUAL/Beam_extr_cast/Extr_Cast2.lstasc
    -rwxr-xr-x root/root      482 2011-01-06 17:20 MANUAL/Beam_extr_cast/extr_symm.lss
    -rwxr-xr-x root/root  3773755 2011-01-06 17:20 MANUAL/Beam_extr_cast/Beam.dyn
    -rwxr-xr-x root/root       64 2011-01-06 17:21 MANUAL/Force_Disp_Constraint/clean
    -rw-r--r-- root/root     1251 2011-01-06 17:21 MANUAL/Force_Disp_Constraint/force_disp_con.lstasc
    -rw-r--r-- root/root     1173 2011-01-06 17:21 MANUAL/Force_Disp_Constraint/force_disp_con.pbs.lstasc
    -rwxr-xr-x root/root     1202 2011-01-06 17:21 MANUAL/Force_Disp_Constraint/submit_pbs
    -rw-r--r-- root/root      752 2011-01-06 17:21 MANUAL/Force_Disp_Constraint/run_queue.lss
    -rwxr-xr-x root/root      133 2011-01-06 17:21 MANUAL/Force_Disp_Constraint/iClean
    -rw-r--r-- root/root  4752477 2011-01-06 17:21 MANUAL/Force_Disp_Constraint/beam_LC1.k
    -rw-r--r-- root/root      754 2011-01-06 17:21 MANUAL/Force_Disp_Constraint/run_local.lss
    -rwxr-xr-x root/root       64 2011-01-06 17:21 MANUAL/BEAM/clean
    -rw-r--r-- root/root     1194 2011-01-06 17:21 MANUAL/BEAM/submit_pbs
    -rw-r--r-- root/root      433 2011-01-06 17:21 MANUAL/BEAM/run_queue.lss
    -rwxr-xr-x root/root      176 2011-01-06 17:21 MANUAL/BEAM/iClean
    -rw-r--r-- root/root      792 2011-01-06 17:21 MANUAL/BEAM/beam.lstasc
    -rw-r--r-- root/root  3773755 2011-01-06 17:21 MANUAL/BEAM/Beam.dyn
    -rw-r--r-- root/root      317 2011-01-06 17:21 MANUAL/BEAM/run_local.lss
    -rw-r--r-- root/root      139 2011-01-06 17:21 MANUAL/exa_scripts/restart.lss
    -rw-r--r-- root/root      596 2011-01-06 17:21 MANUAL/exa_scripts/PrintOptHist.lss
    -rw-r--r-- root/root      770 2011-01-06 17:21 MANUAL/exa_scripts/print_vars.lss
    -rw-r--r-- root/root      345 2011-01-06 17:21 MANUAL/exa_scripts/create_db.lss
    -rw-r--r-- root/root      103 2011-01-06 17:21 MANUAL/exa_scripts/simple.lss
    -rw-r--r-- root/root      872 2011-01-06 17:21 MANUAL/exa_scripts/vars_lspp.lss
    -rw-r--r-- root/root     3310 2011-01-06 17:21 MANUAL/exa_scripts/dump_db.lss
    -rwxr-xr-x root/root       64 2011-01-06 17:21 MANUAL/Beam_extr/clean
    -rw-r--r-- root/root     1194 2011-01-06 17:21 MANUAL/Beam_extr/submit_pbs
    -rw-r--r-- root/root      465 2011-01-06 17:21 MANUAL/Beam_extr/run_queue.lss
    -rwxr-xr-x root/root      197 2011-01-06 17:21 MANUAL/Beam_extr/iClean
    -rw-r--r-- root/root  3773806 2011-01-06 17:21 MANUAL/Beam_extr/Beam.dyn
    -rw-r--r-- root/root      937 2011-01-06 17:21 MANUAL/Beam_extr/beam_extr.lstasc
    -rw-r--r-- root/root      345 2011-01-06 17:21 MANUAL/Beam_extr/run_local.lss
    -rwxr-xr-x root/root       64 2011-01-06 17:21 MANUAL/MULTILOADCASE/clean
    -rw-r--r-- root/root     1194 2011-01-06 17:21 MANUAL/MULTILOADCASE/submit_pbs
    -rw-r--r-- root/root      743 2011-01-06 17:21 MANUAL/MULTILOADCASE/run_queue.lss
    -rw-r--r-- root/root     1467 2011-01-06 17:21 MANUAL/MULTILOADCASE/mult.lstasc
    -rwxr-xr-x root/root      197 2011-01-06 17:21 MANUAL/MULTILOADCASE/iClean
    -rw-r--r-- root/root  4752467 2011-01-06 17:21 MANUAL/MULTILOADCASE/beam_LC1.k
    -rw-r--r-- root/root  4752467 2011-01-06 17:21 MANUAL/MULTILOADCASE/beam_LC2.k
    -rw-r--r-- root/root  4752467 2011-01-06 17:21 MANUAL/MULTILOADCASE/beam_LC3.k
    -rw-r--r-- root/root      521 2011-01-06 17:21 MANUAL/MULTILOADCASE/run_local.lss
    -rw-r--r-- root/root      839 2011-01-06 17:21 MANUAL/Shell/Shell.lstasc
    -rwxr-xr-x root/root   238805 2011-01-06 17:21 MANUAL/Shell/sbox.k
    -rwxr-xr-x root/root      378 2011-01-06 17:21 MANUAL/Shell/shell.lss
    -rw-r--r-- root/root      323 2011-01-06 17:21 MANUAL/Linear/lst_inp.linear
    -rwxr-xr-x root/root       64 2011-01-06 17:21 MANUAL/Linear/clean
    -rw-r--r-- root/root      713 2011-01-06 17:21 MANUAL/Linear/linear.lstasc
    -rw-r--r-- root/root 17911710 2011-01-06 17:21 MANUAL/Linear/bc50_extr_2s.k
    -rwxr-xr-x root/root      174 2011-01-06 17:21 MANUAL/Linear/iClean