Admin Magazine
 
  • 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
ADMIN Magazine on Facebook
GooglePlus

Search

Spell check suggestion: %2522Rub%253%25390 Llorente"500 ?

Refine your search
Sort order
  • Date
  • Score
Content type
  • Article (Print) (403)
  • Article (157)
  • News (50)
  • Blog post (3)
Keywords
Creation time
  • Last day
  • Last week
  • Last month
  • Last three months
  • Last year

« Previous 1 2 3 4 5 6 7 8 9 10 ... 62 Next »

34%
Tuning I/O Patterns in Fortran 90
04.12.2013
Home »  HPC  »  Articles  » 
to change lines 12 and 14. To make life easier, I will refer to this as the “array” code, as I did with the C example. Listing 2F: F90 Code Example with Output in Loop (Array) 1 program ex1a 2 3
33%
When I/O Workloads Don’t Perform
12.05.2021
Home »  HPC  »  Articles  » 
 Rate:        7200 rpm Form Factor:          3.5 inches Logical Unit id:      0x6000c500a7b3ceeb0000000000000000 Serial number:        ZKL00CYG0000G925020A Device type:          disk Transport protocol:   SAS (SPL-3
33%
When I/O workloads don't perform
02.08.2021
Home »  Archive  »  2021  »  Issue 64: Bare...  » 
Lead Image © Viacheslav Iakobchuk, 123RF.com
.00 TB] Logical block size: 4096 bytes LU is fully provisioned Rotation Rate: 7200 rpm Form Factor: 3.5 inches Logical Unit id: 0x6000c500a7b3ceeb0000000000000000 Serial number
33%
Linux Software RAID
10.12.2023
Home »  HPC  »  Articles  » 
. The data stripes are written as A, B, C, and D and are color coded. Any block with a p  appended indicates a parity block that is part of a stripe. Figure 3
32%
Processor and Memory Metrics
12.02.2014
Home »  HPC  »  Articles  » 
(total), "=" * 33)) >         sys.stdout.write("%sB \n" % human(total)); 449c450 <     print_header() --- >     #print_header() 475a477 > You can apply this patch to the file as patch ps_mem.py where
32%
Tuning I/O Patterns in C
31.07.2013
Home »  HPC  »  Articles  » 
The language you choose to use affects I/O patterns and performance. We track a simple write I/O pattern with C and look at how to improve performance. ... still only uses a single write() function. Next, I’ll try 500 iterations (Figure 3C). Figure 3C: Strace excerpt with C one-by-one code; 500 iterations ... The language you choose to use affects I/O patterns and performance. We track a simple write I/O pattern with C and look at how to improve performance. ... Tuning I/O Patterns in C
32%
Small-board computers
17.02.2015
Home »  Archive  »  2015  »  Issue 25: Safe...  » 
Lead Image © Author, 123RF.com
Xino-Lime Linux All-winner A10 processor Single ARM Cortex-A8 @1GHz Mali-400   512MB DDR3 SATA connector, 2 USB, Fast Ethernet, USB OTG, HDMI 1.9W $44/EUR 30 ... 25
32%
OpenMP – Parallelizing Loops
03.04.2019
Home »  HPC  »  Articles  » 
 parallel do    do i=1,N       a(i) = b(i) + c(i)    end do !$omp end parallel do #pragma omp parallel for {    for (i=0; i < n; i++) {       a[i] = b[i] + c[i]    } } Once the code inside
31%
Five multipurpose thin clients compared
12.09.2013
Home »  Archive  »  2013  »  Issue 16: Docker  » 
Lead Image © David Grigg, 123RF.com
Via VX900 Via VX900 AMD A55E AMD G-Series A50M PXA 510 v7 Graphics processor Via Chrome 9, integrated Via Chrome 9, integrated AMD Radeon HD 6250
31%
Asynchronous PostgreSQL
12.09.2013
Home »  Archive  »  2013  »  Issue 16: Docker  » 
Lead Image © Fesus Robert, 123RF.com
:00:03.000207 In my httpd.conf file, I set a timeout of five seconds. If the SQL query runs for 4.9 seconds, the server should still provide a reasonable answer, but not after 5.1 seconds (Listing 3). Listing 3

« Previous 1 2 3 4 5 6 7 8 9 10 ... 62 Next »

Service

  • Article Code
  • Contact
  • Legal Notice
  • Privacy Policy
  • Glossary
    • Backup Test
© 2025 Linux New Media USA, LLC – Legal Notice