25%
10.04.2015
/mfeilner/.openshift/express.conf ... done
20
21 Checking for git ... found git version 2.1.0
22
23 Checking common problems .. done
24
25 Checking for a domain ... feilner
26
27 Checking for applications ... none
28
29 Run 'rhc create
25%
07.11.2011
omp parallel for private(i) shared(x, y, n) reduction(+:a, b)
03 for (i=0; i<n; i++) {
04 a = a + x[i] ;
05 b = b + y[i] ;
06 }
The compiler creates a local copy of each variable
25%
14.03.2013
use what are known as national language data types (NCHAR, NVARCHAR2, or NCLOB).
Converting the database to Unicode removes this need and the "N" data types can be converted back to "normal" data types
25%
13.02.2017
Tag: -[UUID:C8040008000011037D001276EE0201AB]-
CPU: AMD, x86_64 arch
CPU Topology: 4 cpu(s), 8 core(s), 8 thread(s)
Memory: 2.0 GB
Disk Space: N/A GB total, N/A GB free
OS
25%
09.04.2019
currently available include the following:
Linkerd 1.x [2], created by Buoyant and now an open source project of the Cloud Native Computing Foundation. Notable users include SalesForce, PayPal, and Expedia
25%
20.10.2013
remains to finish (20% in this case). When the test is done, the output looks like this:
[root@home4 ~]# smartctl -l selftest /dev/sdd
smartctl 5.43 2012-06-30 r3573 [x86_64-linux-2.6.32-358.18.1.el6.x86
25%
17.02.2015
}
087
088 while (!done) {
089 x++;
090 }
091 return NULL;
092 }
093
094 int main (int argc, char **argv)
095 {
096 pthread_t thread;
097
098 printf("main thread [%ld]\n ... 25
25%
17.04.2017
is therefore working on support for UEFI 2.5 HTTP Boot.
Dell customers can start experiencing Redfish with version 2.30.30.30 of the integrated Dell Remote Access Controller (iDRAC). The Open Compute Project
25%
08.07.2018
seconds set connect timeout (default is 10 sec)
-u seconds set command timeout (no default)
-f n use fanout of n nodes
-w host,host,... set target node list on command line
-x
25%
25.01.2017
to maintain program correctness. Listing 1 is an example of the ways you can define a coarray.
Listing 1: Defining Coarrays
integer :: x[*] ! scalar coarray
real, dimension(n