Displaying 2 results from an estimated 2 matches for "gridone".
Did you mean:
cr_done
2005 Nov 13
1
Diffserv Research Network
...ve nodes for the
traffic from an authenticated sender? But then is it possible in core
Internet routers? If not then what can be possible solutions and if yes how
does one go about it?
In case you are interested we have a Thesis report for previous work which
can be accessed here
http://discovery/gridone/Piyush-Gupta-Revised-Final-Report-Dissertatyon-Oct-
2005.pdf
Thanks in advance.
Amit Vyas
ME CS.
BITS Pilani.
2005 Jan 21
1
memory and swap space in ncdf
I've a linux system with 2Gb of memory which is not
enough for reading a 446Mb netcdf file using ncdf:
library(ncdf)
ncold <- open.ncdf("gridone.grd")
Error: cannot allocate vector of size 1822753 Kb
When I look at the free memory in my system I can see
that none of the Swap space is being used by R.
I am a newbie in linux and R, I've read the Memory
help pages but still have some questions:
can I use the swap space in R to solve...