29%
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
29%
04.08.2011
to measure these speed hits on the HP system compared with the bare metal system. Installing a battery-buffered, 512MB write cache module vastly improved benchmark results that measured multiple, parallel read
29%
05.12.2011
. In total, we have 22 members now.
AA: What are the goals of the consortium going forward? Both short-term and long-term.
MvW: We just released OpenMP 3.1, which is mostly a bug fix release with a few
29%
18.07.2012
[laytonjb@n0001 ~]$ module avail
------------------------------- /opt/Modules/versions ------------------------------
3.2.9
--------------------------- /opt/Modules/3.2.9/modulefiles
29%
15.02.2012
7
9
7
7
7
7
22
8KB < < 32KB
28
0
45
0
0
0
0
23
32KB < < 128KB
145
29
29%
26.01.2012
7
9
7
7
7
7
22
8KB < < 32KB
28
0
45
0
0
0
0
23
32KB < < 128KB
145
29
29%
22.02.2017
, 6 ) / ( 4, 6 ) }
DATA {
1, 2, 3, 4, 5, 6,
7, 8, 9, 10, 11, 12,
13, 14, 15, 16, 17, 18,
19, 20, 21, 22, 23, 24
}
}
}
}
HDF5 has many ways to represent the same datatype
29%
21.12.2017
inauguration in 2012, SuperMUC clocked in at around 3 PFLOPS and was once the fastest computer in Europe and the fourth fastest in the world. In the meantime, it is now in 40th place on the TOP500 list and has
29%
05.11.2018
One way to share HPC systems among several users is to use a software tool called a resource manager. Slurm, probably the most common job scheduler in use today, is open source, scalable, and easy ... . The first configuration file is slurm.conf
(Listing 1).
Listing 1: slurm.conf
01 #
02 # Example slurm.conf file. Please run configurator.html
03 # (in doc/html) to build a configuration file customized
04 ...
One way to share HPC systems among several users is to use a software tool called a resource manager. Slurm, probably the most common job scheduler in use today, is open source, scalable, and easy
29%
22.08.2019
integers and the addition of two integers. Save the Fortran integer multiplication code function in file mult.f90
,
integer function multiply(a, b)
integer, intent(in) :: a, b
multiply = a