Sep 12, 2015

Eos Catalyst Builds

uma@eos-ext2:~/mpas33/paraview/ParaView-v4.4.0-source/Catalyst> python catalyze.py -i Editions/Base/ -o /ccs/home/uma/mpas33/paraview/catlyst

Apr 15, 2015

Catalyst build Notes

Building Catalyst
 http://www.paraview.org/Wiki/ParaView/Catalyst/BuildCatalyst
cmake build
http://www.linuxfromscratch.org/blfs/view/svn/general/cmake.html

Mar 4, 2015

Configure Python with VTK

export PYTHONPATH=$PYTHONPATH:/home/uma/software/VTK-6.1.0/Wrapping/Python:/home/uma/software/VTK-6.1.0/Wrapping/Python/vtk:/home/uma/software/VTK-6.1.0/bin

Find bashrc in Ubuntu

Do a:
ls -la ~/ | more
There should be a .bashrc on the first page. If not just create it with:
vi ~/.bashrc
and add in the lines you need to add into it.
Permissions of my .bashrc are:
-rw-r--r--  1 discworld discworld  3330 Mar 10 16:03 .bashrc
(chmod 644 .bashrc to make it rw r r).

Jan 16, 2015

sftp file transfer from windows to unix server

psftp>put c:\mpasShared\filename remoteLocation\


----
psftp>open uma@abc.dfe.gov
psftp>put filename.zip

Followers