26%
14.03.2013
, NCLOB), because you do not want to convert binary data, of course.
Conversion takes place automatically in transit (via Oracle Net); for example, a Euro sign typed on a Windows machine (0x80 in WIN-1252
26%
16.05.2013
in Listing 2, in which two modules are loaded (fftw and mpich2) before logging in to another node (n0 in this case). On the first login, the modules are loaded on the remote node. On the second login
26%
30.11.2025
status, and many others.
IPMI (Intelligent Platform Management Interface) was introduced in 1998 as a cross-vendor server management standard by Intel, HP, NEC, and Dell. The current IPMI 2.0 specifically
26%
30.11.2025
and Xen virtualization solutions. After adding the last missing components for cooperation with the Xen hypervisor to kernel version 3.0, the developers turned their attention to the Xen PCI back end
26%
06.11.2012
using the avail
option:
$ module avail
-------------------------- /opt/Modules/modulefiles -----------------------------
atlas/3.10.0/gnu4/i5-2400S modules
blacs/1.1/gnu4/mpich2
26%
17.07.2013
other parallel filesystems).
Hadoop 101
Although Apache Hadoop versioning can be a bit confusing, the most recent version (as of June 6, 2013) of Hadoop YARN is 2.0.5-alpha (Note: The software is more
26%
29.08.2011
, have a privilege level of 0. A virtual system running on top of the host can't access the 0 privilege level directly and therefore instructions passed down to the host much undergo a time
26%
01.08.2012
mpi/openmpi/1.6 modulefile
#%Module1.0#####################################################################
##
## modules mpi/openmpi/1.6
##
## modulefiles/mpi/openmpi/1.6 Written by Jeff Layton
26%
19.07.2017
a network between a client application and an instance of SQL Server. SQL Server on Linux supports the following TLS protocols: TLS 1.2, 1.1, and 1.0.
Machine Learning Services enhancements – In RC1, we
26%
13.06.2019
(i,j) = B(i,j) + C(i,j)
enddo
enddo
#pragma omp for collapse(2)
for ( i = 0; i < N; i++ ) {
for ( j = 0; j < N; j++ ) {
A[i][j] = B[i][j] + C[i][j]
}
}
The collapse
clause has some restrictions. One