Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Info
titleTips and Tricks

Install Python(x,y) to install a full set of python tools including easy_install. Easy_install can be used to install the Mako templates. Do not use Python 3.x or up!

Wiki Markup
{table-plus:width=800|enhableHighlighting=true}



|| Name || URL || Remarks ||
| Python 2.6/2.7 | [http://www.python.org/] | |
| PySVN 1.7 | [http://pysvn.tigris.org/] | |
| Pylons 1.0 | [http://pylonshq.com/] | Client only |
| Mako 0.4.0 | [http://www.makotemplates.org/] | Client only |
| Miktex 2.8 | [http://miktex.org/] | Windows client only |
| pdflatex | | Linux client only |
| Matlab | [http://www.mathworks.nl/products/matlab/] | Client only |
| MPICH2 | [http://www.mcs.anl.gov/research/projects/mpich2/] | Server only |
| Microsoft Visual Studio 2008 | [http://www.microsoft.com/visualstudio/en-us/products/professional/default.mspx] | Windows server only |
| Intel Fortran Compiler | [http://software.intel.com/en-us/intel-compilers/] | Windows server only |
| GNU Fortran Compiler | [http://gcc.gnu.org/fortran/] | Linux server only |
{table-plus}

The XBeach Skillbed requires the following environment variables to be set:

Wiki Markup{table-plus:width=800|enhableHighlighting=true} || Name || Value || Remarks || | PYTHON_PATH | Path to python executable | | | PDFLATEX_PATH | Path to pdflatex executable | Client only | | MATLAB_PATH | Path to Matlab executable | Client only | | MPIEXEC_PATH | Path to mpiexec executable | Server only | | VS90COMNTOOLS | Microsoft Visual Studio 2008 installation directory | Windows server only | | IFORT_COMPILER11 | Intel Fortran Compiler installation directory | Windows server only | | INTEL_LICENSE_FILE | Path to Intel Fortran Compiler license file | Windows server only | | GFORTRAN_PATH | Path to gfortran executable | Linux server only | {table-plus}The XBeach Skillbed requires the following environment variables to be set:

These environment variables can also be set through the skillbed.inst file in the tools directory.

...