| orrlives22 ( @ 2006-09-27 12:18:00 |
It took me a while to figure out why latin hypercube sampling code, which worked every other time, suddenly started giving me segmentation fault errors when I executed it.
Apparently, you can only store ~1 030 000 values in a 1D matrix in fortran (although, this may be memory dependent).
Apparently, you can only store ~1 030 000 values in a 1D matrix in fortran (although, this may be memory dependent).