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

Refine your search
Sort order
  • Date
  • Score
Content type
  • Article (Print) (662)
  • Article (218)
  • News (21)
  • Blog post (3)
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 ... 91 Next »

23%
The OpenHPC Project Releases OpenHPC 3.0
06.10.2023
Home »  HPC  »  News  » 
 
The OpenHPC project has announced the release of OpenHPC 3.0. OpenHPC is a Linux Foundation collaborative project that “...initiated from a desire to aggregate a number of common ingredients ... The OpenHPC Project Releases OpenHPC 3.0
22%
Tips and Tricks for Containers
12.05.2020
Home »  HPC  »  Articles  » 
): root@c31656cbd380:/# apt-get update Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] ... Fetched 18.0 MB in 9s (1960 kB/s) After the package repositories are synced, I can
22%
Finding and recording memory errors
11.04.2016
Home »  Archive  »  2016  »  Issue 32: Measu...  » 
Lead Image © lightwise, 123RF.com
(csrow0 to csrow7). Listing 1 Attribute Files for mc0 $ ls -s /sys/devices/system/edac/mc/mc0 total 0 0 ce_count 0 csrow1 0 csrow4 0 csrow7 0 reset_counters 0 size_mb 0 ce
22%
Modern Fortran – Part 2
15.12.2016
Home »  HPC  »  Articles  » 
are over i = 2,n − 1 and j = 2,n −1. Here is how you can write the iteration over the domain using array notation: a(2:n-1,2:n-1) = 0.25 * &     (a(1:n-2,2:n) + a(3:n,2:n) + a(2:n,1:n-2) + a(2:n,3:n
22%
Memory Errors
23.03.2016
Home »  HPC  »  Articles  » 
7 ): $ ls -s /sys/devices/system/edac/mc/mc0 total 0 0 ce_count         0 csrow1  0 csrow4  0 csrow7   0 reset_counters       0 size_mb 0 ce_noinfo_count  0 csrow2  0 csrow5  0 device   0 sdram
22%
Modern Fortran for today and tomorrow
17.06.2017
Home »  Archive  »  2017  »  Issue 39: Conta...  » 
Lead Image © homestudio, 123RF.com
integer :: allocate_status 08 ! 09 n = 10 10 allocate( array(n, n), stat = allocate_status ) 11 if (allocate_status /= 0) stop "Could not allocate array" 12 ! 13 subarray => array(3:7,3:7) 14
22%
Processor and Memory Metrics
12.02.2014
Home »  HPC  »  Articles  » 
B       xsettings-kde   ...    12.3 MiB +   2.2 MiB =  14.6 MiB       gedit  22.9 MiB +   4.0 MiB =  26.9 MiB       plasma-desktop  26.4 MiB +   5.7 MiB =  32.1 MiB       konsole (3)  28.3 MiB +   4.4 MiB =  32.7 MiB       kwin 147
22%
Measuring the performance of code
04.08.2020
Home »  Archive  »  2020  »  Issue 58: Graph...  » 
Lead Image © Lucy Baldwin, 123RF.com
->tv_nsec) * 1E-9; 24 } 25 26 int main(int argc, char* argv[argc+1]) { 27 if (argc < 2) { 28 fprintf(stderr, "Usage: %s NNN, NNN iterations\n", 29 argv[0]); 30 return EXIT_FAILURE; 31 } 32
22%
Embarrassingly parallel computation
01.06.2024
Home »  Archive  »  2024  »  Issue 81: Load...  » 
Lead Image © Lucy Baldwin, 123RF.com
_Comm_size(MPI_COMM_WORLD, &nodenum); 21 long recieved[nodenum]; 22 long recvniter[nodenum]; 23 srand(SEED+myid); //Give rand() a seed value. Needs to be different on each node 24 25 if(myid != 0
22%
Using rsync for Backups
07.01.2014
Home »  Articles  » 
 
. The approach used by Rubel has several advantages. The first is that the most recent backup, backup.0 , always contains the full backup and backup.1 through backup. < N >, where <N> is the last incremental

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

Service

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