Question on allocatable arrays in Fortran 90146 (1/31/2006 2:40:49 AM) comp.lang.fortran Hi there, Is the allocatable arrays in Fortran 90 always continuous in memory? I recently had some problem with this. I allocated a 4-dimensional array, say top(N,N,N,3). When I use it in my code, e.g. call myf... Shi
Some confusion about Inter Process Communication(IPC)?227 (11/7/2005 10:32:58 PM) comp.os.linux.misc Hi there, I am not sure whether this is the right place to post so please forgive me. When I read about IPC, 3 facilities are discussed: semaphores, message queues and shared memory. They are all about communic... Shi
Hardisk capacity is not right after cloning from a smaller one735 (5/25/2005 3:32:07 AM) comp.os.linux.misc Hi there, I am not sure whether this is linux hardware specific or anything else. We replace the 70GB SCSI drive with a 250G IDE drive. To make everything identical to the old one, we used Norton Ghost(a sham... Shi
strange CPU usage539 (4/24/2005 10:38:28 PM) comp.os.linux.misc Hi there, Here is a snap shot from my top: Cpu(s): 47.5% us, 52.1% sy, 0.0% ni, 0.0% id, 0.0% wa, 0.0% hi, 0.4% si Mem: 255732k total, 252800k used, 2932k free, 13800k buffers Swap: 626492k ... Shi
Why is the memory doubled when writing data to files?829 (1/27/2005 6:20:17 PM) comp.lang.fortran Hi there, I observed something that I cannot explain. Say I have a simple code like this suedo code: allocate(array(SIZE)) open(file) write(file) array close(file) deallocate(array) I know the array should t... Shi
CPU temperature monitoring: ACPI or lm-sensors?125 (1/5/2005 9:45:25 AM) comp.os.linux.hardware Hi, I need to monitor our machines' CPU temperature in case the AMD CPUs burned. I have two choices, ACPI and lm-sensors. Both works for my P4 desktop and they give almost identical CPU temperature. But for so... Shi
CPU temperature monitoring: ACPI or lm-sensors?038 (1/4/2005 9:15:07 PM) comp.os.linux.misc Hi, I need to monitor our machines' CPU temperature in case the AMD CPUs burned. I have two choices, ACPI and lm-sensors. Both works for my P4 desktop and they give almost identical CPU temperature. But for so... Shi
heat, idle, and busy loop235 (12/8/2004 1:59:41 PM) comp.os.linux.hardware Hi there, I have been having this question in mind for long a time: what is going on with the system's idle process? I think it is just a busy loop like while(1) { } Somebody on the newsgroup said that the CP... Shi
levels of representation of float and int229 (12/8/2004 12:11:47 AM) comp.lang.c Hi there, I have been thinking this for quite a while: if we are considering the number of different representations of one type,say int and float, is there any difference as long as they are the same bit long... Shi
Browser lost keyboard response241 (11/1/2004 3:50:07 AM) comp.os.linux.misc Hi there I have been having this problem for the recent month. Both opera and mozilla sometimes simply have no response to my keyboard although the mouse still works fine. Also, other applications still have m... Shi
jinzishuai1's replies:
Items(7) /1
Question about disasembled function call on linux and526 (9/9/2003 11:09:31 PM) comp.lang.c Hi there, I am now having a puzzle regarding what a function call actually does when called. I have a simple code to see what's going on. It is simply calling another simple function from main(). The disassemb... jinzishuai1(40)
Linux NFS server reliability?423 (4/13/2004 8:47:25 PM) comp.os.linux.networking Hi,there, We are using two linux clusters. Both of them have a similiar NFS problem. The fileserver has a RAID attached to it and it is exporting the /home as NFS to many linux client nodes. Whenever the clien... jinzishuai1(40)
Figure numbering changed misteriously423 (7/17/2004 3:13:27 PM) comp.text.tex Hi, there, Got a strange problem for my paper with latex. In the first four sections, all figures are numbered as 1,2,3, ...., all in sequence. But in section 5, for some reason, the references to the figures ... jinzishuai1(40)
how to get a black screen?627 (4/24/2005 8:10:05 PM) comp.os.linux.misc I'd like to have a application that makes by screen black like apm display-off or like a "black-screen" screensaver that exists with mouseclick. reason is that I play a lot of music from my laptop and I wan... pilsl(236)