Changeset 10119


Ignore:
Timestamp:
10/06/11 07:35:17 (13 years ago)
Author:
Mathieu Morlighem
Message:

Added python interface (VERY preliminary)
removed some doc that is never updated and available online

Location:
issm/trunk
Files:
12 added
4 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/externalpackages/matlab/install.sh

    r9572 r10119  
    55
    66#Select or create a new simlink
    7 ln -s /usr/local/pkgs/matlab-7.6/ install
     7#ln -s /usr/local/pkgs/matlab-7.6/ install
    88#ln -s /usr/local/matlab712/ install
    99#ln -s /usr/local/pkgs/matlab-7.6/ install
    1010#ln -s /Applications/MATLAB_R2009a.app/ install
    11 #ln -s /Applications/MATLAB_R2010a.app/ install
     11ln -s /Applications/MATLAB_R2010a.app/ install
  • issm/trunk/externalpackages/mpich2/install.sh

    r8752 r10119  
    55
    66#version of mpich2
    7 version=1.0.2p1
     7#version=1.0.2p1
    88#version=1.3.1
    9 #version=1.4
     9version=1.4
    1010
    1111#Some cleanup
  • issm/trunk/externalpackages/vim/addons/vimrc

    r7617 r10119  
    7878" ----------------------------------------------------------------------
    7979" use 256 colors
     80"set t_Co=8
    8081set t_Co=256
    8182" backgrounb color
     
    9697
    9798" save & "make" the current file in all modes
    98 map <F8> :w <Enter> :make <Enter>
    99 map! <F8>  <ESC> :w <Enter> :make <Enter>
     99map <F8> :w <Enter> :make <Enter><Enter>
     100map! <F8>  <ESC> :w <Enter> :make <Enter><Enter>
    100101
    101102"use paste P: re-indent and re-format at the same time
     
    139140"" associate *.par with matlab filetype
    140141au BufRead,BufNewFile *.par setfiletype matlab
     142au BufRead,BufNewFile *.tpl setfiletype html
    141143" ----------------------------------------------------------------------}}}
    142144" C special{{{1
     
    149151" TEX special{{{1
    150152" ----------------------------------------------------------------------
    151 au BufRead,BufNewFile *.tex set textwidth=100     "100 caracters max (See gq command)
    152 au BufRead,BufNewFile *.tex set formatoptions=cqt "automatic wraping
    153 au BufRead,BufNewFile *.tex set wrapmargin=0      "no margin
     153au BufRead,BufNewFile *.tex,*.html set textwidth=100     "100 caracters max (See gq command)
     154au BufRead,BufNewFile *.tex,*.html set formatoptions=cqt "automatic wraping
     155au BufRead,BufNewFile *.tex,*.html set wrapmargin=0      "no margin
    154156au BufRead,BufNewFile *.cls setfiletype tex
    155157
Note: See TracChangeset for help on using the changeset viewer.