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: %252522Rub%25253%2525A9n Llorente 10 ?

Refine your search
Sort order
  • Date
  • Score
Content type
  • Article (Print) (89)
  • Article (41)
  • Blog post (1)
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 11 ... 14 Next »

27%
Tuning loops – from loop unrolling to Duff's device
28.07.2025
Home »  Archive  »  2025  »  Issue 88: 5 Net...  » 
[i] + b[i]; } When the number of cycles is known at compile time, a loop can be fully unrolled: c[0] = a[0] + b[0]; c[1] = a[1] + b[1]; c[2] = a[2] + b[2]; c[3] = a[3] + b[3]; However, it remains
27%
Linux Writecache
19.11.2019
Home »  HPC  »  Articles  » 
that the conversion took effect: $ sudo lvs -a vg-cache -o devices,segtype,lvattr,name,vgname,origin   Devices          Type       Attr       LV              VG       Origin   /dev/nvme0n1(0)  linear     Cwi-aoC
27%
Multiprocessing in Python with Fortran and OpenMP
22.12.2017
Home »  Archive  »  2017  »  Issue 42: Secur...  » 
Lead Image Photo by Zachary Young on Unsplash
_ext, build commands --fcompiler options running build_src build_src building extension "hw" sources f2py options: [] f2py:> /tmp/tmpKa8a4p/src.linux-x86_64-2.7/hwmodule.c creating /tmp/tmpKa8a4p/src.linux-x86
27%
Saving Storage Space with Reduced Precision
19.06.2023
Home »  HPC  »  Articles  » 
, i, j, ierr   !------------------------------------------------------------------     n = 100         allocate(a(n,n), stat=ierr)     allocate(b(n,n), stat=ierr)       call random_seed()       do j =1,n         do i=1,n             call random_number(x)             a(i,j) = 10.0d0*x
27%
MPI Apps with Singularity and Docker
18.03.2020
Home »  HPC  »  Articles  » 
        2 hours ago         9.83GB                                         49cbd14ae32f        3 hours ago         269MB ubuntu              18.04               72300a873c2c        3 weeks ago         64.2MB
26%
Improving performance with environment variables
02.08.2021
Home »  Archive  »  2021  »  Issue 64: Bare...  » 
Lead Image © sgame, fotolia.com
SGEMM for N = [2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192] A = single( rand(N,N) ); B = single( rand(N,N) ); start = clock(); C = A*B; elapsedTime = etime(clock(), start
26%
I/O Profiling at the Block Level
27.08.2014
Home »  HPC  »  Articles  » 
was the sequential write test using 1MB record sizes: ./iozone -i 0 -c -e -w -r 1024k -s 32g -t 2 -+n > iozone_write_1.out To gather the block statistics, I ran ioprof in a different terminal window before I ran
26%
What's your status (page)?
28.11.2023
Home »  Archive  »  2023  »  Issue 78: Domai...  » 
Lead Image © Tatiana Venkova, 123RF.com
://google.com"}}, 10c7 < "label": "localhost PING/PORT/HTTP Tests", --- > "label": "opensearch PING/PORT/HTTP Tests", 12,30c9,28 < { < "type": "PING", < "params": { < "hostname": "129
26%
Security data analytics and visualization with R
05.12.2014
Home »  Archive  »  2014  »  Issue 24: Visua...  » 
Lead Image © Rancz Andrei, 123RF.com
(HostCt, ServerOwner, Date) %>% 106 arrange(desc(HostCt)) 107 head12 <- head(top12, 25) 108 109 mergedTop25 <- rbind(head1,head2,head3,head4,head5, head6,head7,head8,head9,head10,head11,head12) 110 111
26%
Embarrassingly parallel computation
01.06.2024
Home »  Archive  »  2024  »  Issue 81: Load...  » 
Lead Image © Lucy Baldwin, 123RF.com
clusters [9] [10], and it is easy to prepare different builds to throw different numbers of virtual darts by changing the niter variable (line 9). One final consideration is that a 64-bit operating system

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

Service

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