21%
31.07.2013
Code Example
1 #include
2
3 /* Our structure */
4 struct rec
5 {
6 int x,y,z;
7 float value;
8 };
9
10 int main()
11 {
12 int counter;
13 struct rec my
21%
17.10.2011
to 2.6.24 and 2.6.32.2C (the latter with KVM_0.12.4 and gPXE) on its website; you can install the updates manually after installing Proxmox VE and performing a system upgrade:
apt-get update
apt
21%
04.11.2011
Recent trends in computing are toward more cores doing more tasks at once. These days, you are likely to have a dual- or quad-core CPU in your laptop, and perhaps 4, 6, 12, or 16 cores in your
21%
13.12.2011
packetstormsecurity.org
packetstormsecurity.org,199.58.210.12,A
NS25.WORLDNIC.COM,205.178.190.13,SOA
ns25.worldnic.com,205.178.190.13,NS
ns26.worldnic.com,206.188.198.13,NS
mail.packetstormsecurity.org,199.58.210.12,MX
21%
17.12.2014
the application and open the .nmon
file; it then processes the data and creates a number of plots. The screen shot in Figure 12 shows a CPU chart of percent CPU usage by user, system, and wait time over
21%
12.08.2015
's definitely not a small organization, having well over 12x1015 floating-point operations per second (12PFLOPS) of peak performance in aggregate.
At the recent XSEDE conference during a panel session
21%
22.09.2016
log. The storage is clearly divided: The kernel has tagged 0x0000000100000000
to 0x00000004ffffffff
(4-20GiB) as persistent (type 12)
. The /dev/pmem0
device shows up after loading the driver. Now
21%
21.03.2017
# ===================
09 #
10 if __name__ == '__main__':
11
12 f = h5py.File("mytestfile.hdf5", "w")
13
14 dset = f.create_dataset("mydataset", (100,), dtype='i')
15
16 dset[...] = np.arange(100)
17
21%
17.05.2017
:: I, J
11 INTEGER(HID_T) :: PLIST_ID ! Property list identifier
12 INTEGER(HID_T) :: DCPL
13 INTEGER(HID_T) :: FILE_ID ! File identifier
14 INTEGER
21%
07.02.2019
it “attached”) in the data structure on the device (Table 12).
Table 12: Attached Nested Data
Fortran
C
type mytype
integer, allocatable :: x
end type mytype
type (mytype) A(2)
!$acc