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) (254)
  • Article (86)
  • Blog post (1)
  • News (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 12 13 14 ... 35 Next »

16%
Warewulf 4 – Python and Jupyter Notebooks
13.04.2023
Home »  HPC  »  Articles  » 
own package; therefore, according to the module hierarchy discussed in a past Warewulf article, it should go into /opt/modulefiles/Core . The version of Anaconda I installed was 22.9.0, which is what I
16%
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
15%
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
15%
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
15%
Benchmarking a new architecture
25.09.2023
Home »  Archive  »  2023  »  Issue 77: Secur...  » 
Lead Image © Lucy Baldwin, 123RF.com
  Quad-core Xuantie C910   64KB+64KB data/instruction caches per core   1MB shared L2 cache GPU 50GFLOPS BXM-4-64 NPU 4TOPS INT8 at 1GHz
15%
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
15%
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
15%
Warewulf 4 – Time and Resource Management
17.01.2023
Home »  HPC  »  Articles  » 
is working, boot the compute node and run timedatectl : $ ssh n0001 [laytonjb@n0001 ~]$ timedatectl                Local time: Sat 2022-12-17 11:31:26 EST            Universal time: Sat 2022-12
15%
Building a HPC cluster with Warewulf 4
04.04.2023
Home »  Archive  »  2023  »  Issue 74: The F...  » 
Photo by Andrew Ly on Unsplash
timedatectl $ ssh n0001 [laytonjb@n0001 ~]$ timedatectl Local time: Sat 2022-12-17 11:31:26 EST Universal time: Sat 2022-12-17 16:31:26 UTC RTC time: Sat 2022-12
15%
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

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

Service

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