Victims of Military abductions surfaced due to Writ of Amparo
Full text of the writ of Amparo can be found here

Printed copies available, email rbahaguejr [at] gmail [dot] com

Thursday, November 11, 2004

shell limits

I was running fortran program doing a lot of matrix manipulation lately.

at first i got "segmentation fault" error each time my matrix goes beyong 400x400. to correct it, the trick was to increase resources allowed for the shell:

ulimit -s unlimited

man ulimit
Control the resources available to a process started by the shell, on systems that allow such control.

No comments: