Sunday, August 26, 2007
Working with roms projects
Here is a [movie](http://pong.tamu.edu/~rob/movies/roms_project.mov) [~200 Megs] showing how to download ROMS using subversion, and start a project.
Tuesday, August 14, 2007
SAGE for symbolic mathematics
[SAGE](http://www.sagemath.org/) is a symbolic mathematics solver, based in python. I have compiled it, and done some simple test cases, and it seems to work well. This may be a good, free alternative to Mathematica for doing simple analytic solutions.
Universal gfortran
The folks over at R (the statistical programing language) have developed a [universal gfortran](http://r.research.att.com/tools/), installed with a normal Mac installer (unlike the version over at [Mac HPC](http://hpc.sourceforge.net)). It has been used to compile universal binaries for [scipy](http://www.scipy.org) successfully, so this seems like a good option to use.
Wednesday, June 27, 2007
Getting more out of the Terminal in mac os X
I like to have specific terminal settings for my remote machines. Here are the steps I take in getting a nice, easy-to-use window for remote machines:
- First of all, open a new terminal window
- Control-click in the window, and select 'Window Settings'
- Select 'Processes' and click on 'Never' for prompt before closing a window.
- Select 'Color' and change the color you like -- I prefer a unique color for each remote machine, and I try to pick light colors, so that black text shows up well.
- Optionally, set the transparency. I like to use about 90% transparency. That way, I can see through my stack of terminal windows to find what is underneath.
- If you haven't already done so, go to the 'Display' window, and at the very least select 'anti-aliasing' for the fonts. Also, select a nice mono-spaced font. Monaco is fine, but there are other good ones. I usually set the fonts and transparency beforehand and save this as the default for all windows.
Now, you are ready to save this setup. Close the Terminal Inspector, and hit 'Save As..' in the File menu. Pick a name, the name of your machine probably, and then in the dialog below, click on Execute this command, and uncheck 'Execute command in a shell'. The command I use is something like this:
ssh -Y machine.tamu.edu
The -Y flag turns on X11 forwarding. You could also set any other ssh options here, like a cypher, or whatever.
Now you can open this window right away from the Terminal File -> Library menu. Or, even better, you can use quicksiler to open these term files. Just start typing the name of the host, and it will pop up as host.term.
- First of all, open a new terminal window
- Control-click in the window, and select 'Window Settings'
- Select 'Processes' and click on 'Never' for prompt before closing a window.
- Select 'Color' and change the color you like -- I prefer a unique color for each remote machine, and I try to pick light colors, so that black text shows up well.
- Optionally, set the transparency. I like to use about 90% transparency. That way, I can see through my stack of terminal windows to find what is underneath.
- If you haven't already done so, go to the 'Display' window, and at the very least select 'anti-aliasing' for the fonts. Also, select a nice mono-spaced font. Monaco is fine, but there are other good ones. I usually set the fonts and transparency beforehand and save this as the default for all windows.
Now, you are ready to save this setup. Close the Terminal Inspector, and hit 'Save As..' in the File menu. Pick a name, the name of your machine probably, and then in the dialog below, click on Execute this command, and uncheck 'Execute command in a shell'. The command I use is something like this:
ssh -Y machine.tamu.edu
The -Y flag turns on X11 forwarding. You could also set any other ssh options here, like a cypher, or whatever.
Now you can open this window right away from the Terminal File -> Library menu. Or, even better, you can use quicksiler to open these term files. Just start typing the name of the host, and it will pop up as host.term.
Tuesday, June 19, 2007
Wednesday, May 30, 2007
myMPI
Recently linked at [MacResearch](http://www.macresearch.org/) is a new python mpi module [myMPI](http://peloton.sdsc.edu/~tkaiser/mympi/). This looks interesting, because unlike [pyMPI]( http://pympi.sourceforge.net/), myMPI is a module.
Thursday, May 17, 2007
Subscribe to:
Posts (Atom)