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: %xcomm 12&00 Llorente"523 ?

Refine your search
Sort order
  • Date
  • Score
Content type
  • Article (Print) (239)
  • Article (95)
  • News (2)
  • Blog post (1)
Keywords
Creation time
  • Last day
  • Last week
  • Last month
  • Last three months
  • Last year

« Previous 1 ... 5 6 7 8 9 10 11 12 13 14 15 16 17 18 ... 34 Next »

30%
Tips and Tricks for Containers
12.05.2020
Home »  HPC  »  Articles  » 
.04"         ],         "RepoDigests": [             "nvidia/cuda@sha256:3cb86d1437161ef6998c4a681f2ca4150368946cc8e09c5e5178e3598110539f"         ],         "Parent": "",         "Comment": "",         "Created": "2019-11-27T20:00
30%
Compiler Directives for Parallel Processing
12.08.2015
Home »  HPC  »  Articles  » 
's definitely not a small organization, having well over 12x1015 floating-point operations per second (12PFLOPS) of peak performance in aggregate. At the recent XSEDE conference during a panel session
30%
Data Analysis with R and Python
17.02.2015
Home »  Archive  »  2015  »  Issue 25: Safe...  » 
Lead Image © mopic, 123RF.com
_axs", "period"], {"semaj_axs":{"$lt":100}}) 12 x_lab = "Semi-major axis / [AU]" 13 x_vals = ro.FloatVector([x**3 for x in rep.df.rx2(1)]) 14 15 y_lab = "Orbital Period / [Years]" 16 y_vals = ro.FloatVector([x**2
30%
Linux apps on Windows 10 and Chrome OS
28.11.2021
Home »  Archive  »  2021  »  Issue 66: Inci...  » 
Lead Image © Cornelius, Fotolia.com
underpinnings in Windows 10 version 2004 and backported the new functionality to Windows 10 versions 1903 and 1909 a few months later. The backport is only for the x64 platform. On ARM systems, WSL2 is reserved
30%
Darshan I/O analysis for Deep Learning frameworks
27.09.2021
Home »  Archive  »  2021  »  Issue 65: 7 Em...  » 
Photo by Michaela Murphy on Unsplash
[2] (section 3.2). Next, I built the Darshan utilities (darshan-util) with the command: ./configure CC=gcc --prefix=[binary location] Because I'm running these tests on an Ubuntu 20.04 system, I had
30%
Embarrassingly parallel computation
01.06.2024
Home »  Archive  »  2024  »  Issue 81: Load...  » 
Lead Image © Lucy Baldwin, 123RF.com
is 20x because only 95 percent of the algorithm can execute in parallel (compute the fraction 1/20 from that 5% number). That limitation led to a search for embarrassingly parallel algorithms
30%
Secure your data channel with stunnel
25.03.2020
Home »  Archive  »  2020  »  Issue 56: Secur...  » 
Lead Image © Petr Vaclavek, 123RF.com
is '^]'. 220 smtp.gmail.com ESMTP x20sm3297437wrg.52 - gsmtp    HELP    214 2.0.0 https://www.google.com/search?btnI=RFC+5321 x20sm3297437wrg.52 - gsmtp    QUIT    221 2.0.0 closing connection x20sm3297437
30%
Modern Fortran – Part 1
20.10.2016
Home »  HPC  »  Articles  » 
writing code. Columns 1 to 5 could be used for statement labels such as the following: ...       SUM = 0.0       D0 100 I=1,10          SUM = SUM + REAL(I)  100  CONTINUE ...       Y = X1 + X2 + X3
30%
Advanced MySQL security tips (a complete guide)
30.05.2021
Home »  Archive  »  2021  »  Issue 63: Autom...  » 
Lead Image © alphaspirit, 123RF.com
command: $ cat /var/lib/mysql/testDB/testTB.ibd | head -n 20 The command output will generate plaintext information containing raw data stored in the corresponding database table. Key Management
30%
mpi4py – High-Performance Distributed Python
12.11.2020
Home »  HPC  »  Articles  » 
):   return x*x # end def     def trapezoidal(a, b, n, h):     s = 0.0   s += h * f(a)   for i in range(1, n):     s += 2.0 * h * f(a + i*h)   # end for   s += h * f(b)   return (s/2.) # end def     # Main

« Previous 1 ... 5 6 7 8 9 10 11 12 13 14 15 16 17 18 ... 34 Next »

Service

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