51%
18.10.2017
and Machine Learning
Performance Modeling and Measurement
Submitted papers will be double-blind peer-reviewed by at least four reviewers. The deadline for submissions is December 22, 2017. See the ISC ...
Submissions for the leading European HPC event are due by December 22.
50%
21.08.2012
will allocate 4 cores
15 ### using 3 processors on 1 node.
16 #PBS -l nodes=1:ppn=3
17
18 ### Tell PBS the anticipated run-time for your job, where walltime=HH:MM:SS
19 #PBS -l walltime=0:10:00
20
21 ### Load
48%
09.08.2021
Kubernetes 1.22 has been released and there's plenty to talk about. With several new features, Kubernetes admins will certainly find something that impacts their day-to-day dealings ... Kubernetes 1.22 Has Been Released with 56 Enhancements
48%
01.04.2011
In its latest 2.2 release the open source toolkit Open Nebula includes many new features and bug fixes. It can now detect the failure of a node and trigger appropriate recovery actions ... Open Nebula 2.2 Includes GUI for Cloud Management
47%
26.04.2017
The OpenPOWER Foundation has announced a developer conference focused on artificial intelligence issues. The OpenPOWER Foundation Developer Congress will take place on May 22-25 at the Palace Hotel ...
May 22-25 event will highlight deep learning and machine learning themes.
44%
10.06.2015
" ; shift
20 local display_list="$1"
21 while read display width_mm height_mm width height ; do
22 if [[ "$display" == "$find_display" ]] ; then
23 echo ${width}x${height}
24
43%
04.12.2013
In the second article of this three-part series, we look at simple write examples in Fortran 90 and track the output with strace to see how it affects I/O patterns and performance.
... common in HPC to illustrate these differences: C, Fortran 90, and Python (2.x series). I run the examples on a single 64-bit system with CentOS 6.2 using the default GCC compilers, GCC and GFortran (4 ...
In the second article of this three-part series, we look at simple write examples in Fortran 90 and track the output with strace to see how it affects I/O patterns and performance.
... Tuning I/O Patterns in Fortran 90
42%
12.09.2013
Active: >10W; sleep: 1W
Active 10-15W; sleep: 0.86W
Active: 7.2W; sleep: 1.8W
Size (LxWxH):
140x42x198mm
227x82x231mm
191x97x266mm
225x47x200mm
119x
42%
28.06.2011
) layer for the cloud, virtualizing the various hardware components and making them available through a standard API. The first OpenStack release (dubbed "Austin") became available October 22 [3];
The Open
41%
17.06.2017
type for variable "a"
18 type(my_struct) :: a
19 ! ...
20 write(*,*) "i is ",a%i
21
22 ! Structures (variables) of the the derived type my_struct
23 type(my_struct) :: data
24 type