search:
News
Articles
Tech Tools
Subscribe
Archive
Whitepapers
Digisub
Write for Us!
Newsletter
Shop
DevOps
Cloud Computing
Virtualization
HPC
Linux
Windows
Security
Monitoring
Databases
all Topics...
Search
Login
Search
Refine your search
Sort order
Date
Score
Content type
Article (Print)
(165)
Article
(80)
Blog post
(1)
News
(1)
Keywords
Creation time
Last day
Last week
Last month
Last three months
Last year
« Previous
1
...
6
7
8
9
10
11
12
13
14
15
16
17
18
19
...
25
Next »
18%
HPCCM with Docker and Podman
09.09.2024
Home
»
HPC
»
Articles
»
images REPOSITORY TAG IMAGE ID CREATED SIZE ubuntu-24.04-dev2 latest 8f311b6fbb1e
9
seconds ago 1.82GB ubuntu-24.04-dev1 latest 2358ab17d70
c
35 minutes ago 149
MB
18%
Run One Program at any Scale with Legate
08.06.2021
Home
»
HPC
»
Articles
»
= np.random.rand(nx,ny)
c = np.dot(a
,b) stop = time.perf_counter() print("Elapsed time = ",(stop-start)," secs") print(" ") The Legate version of the code simply changes the import command to: import legate.numpy as np
18%
NetFlow reporting with Google Analytics
10.06.2015
Home
»
Archive
»
2015
»
Issue 27: Fault...
»
source nfdump [5] tool does this job on an existing Linux server or on a lean virtual machine (VM). A CPU core,
256
MB
of RAM, and a 2GB hard drive are sufficient for the VM. You can install on Cent
18%
OpenStack installation with the Packstack installer
16.08.2018
Home
»
Archive
»
2018
»
Issue 46: CMS S...
»
| swift | object-store | | aef
9
ec430ac2403f88477afed1880697 | aodh | alarming | | b0d402
a
9
ed0
c
4
c
54ae
9
d949e32e8527f | neutron | network | | b
3
d1ed21ca384878b5821074
c
4e0fafe
18%
Program GUIs in Go with Fyne
28.11.2021
Home
»
Archive
»
2021
»
Issue 66: Inci...
»
). The import statement brings in the required packages. To create an executable program, line
9
defines the main() function as the entry point. The app.New() method creates a new Fyne instance, and the
a
18%
S.M.A.R.T., smartmontools, and drive monitoring
09.01.2013
Home
»
Archive
»
2013
»
Issue 18: New W...
»
). Smartmontools is compatible with all S.M.
A
.R.T. features and supports ATA/ATAPI/SATA-
3
to -8 disks and SCSI disks and tape devices. It also supports the major Linux RAID cards, which can sometimes cause ... Modern drives use S.M.
A
.R.T. (self-monitoring, analysis, and reporting technology) to gather information and run self-tests. Smartmontools is a Linux tool for interacting with the S.M.
A
.R.T. features ... S.M.
A
.R.T., smartmontools, and drive monitoring
18%
Network traffic utilities bandwhich and iftop
02.06.2020
Home
»
Archive
»
2020
»
Issue 57: Artif...
»
this problem, so I decided to take that route instead of installing Cargo. From the Releases page [
3
] on the GitHub, repository you can see the latest build. In my case, that was version 0.
9
.0 at the time
18%
Profiling Python Code
09.12.2019
Home
»
HPC
»
Articles
»
to check follows
a
, b = 1,2
c = a
+ b # Code to check ends end_time = time.time() time_taken = (end_time- start_time) print(" Time taken in seconds: {0} s").format(time_taken_in_micro) If a section of code
18%
Processor and Memory Metrics
12.02.2014
Home
»
HPC
»
Articles
»
(total), "=" * 33)) > sys.stdout.write("%sB \
n
" % human(total)); 449
c
450 < print_header() --- > #print_header() 475
a
477 > You can apply this patch to the file as patch ps_mem.py
where
18%
Using loop directives to improve performance
05.02.2019
Home
»
Archive
»
2019
»
Issue 49: Anato...
»
but independently of one another (Figure 2). Table
3
Gang Execution Fortran
C
!$acc parallel do i=1,
n
! do something enddo!$acc end parallel pragma acc parallel{ for (int i=0; i
« Previous
1
...
6
7
8
9
10
11
12
13
14
15
16
17
18
19
...
25
Next »