CMDA3634_INTRO_2018_VT
    
    
    
      CMDA3634_INTRO_2018_VT,
      a presentation on using Virginia Tech's
      NewRiver cluster, given to the 
      class CMDA3634: Computer Science Foundations for Computational
      Modeling and Data Analytics, 22 February 2018.
    
    
      Documentation:
      
    
    
      Examples:
      
        - 
          
          bashrc.txt, 
          describes a one-line insertion to the .bashrc file that will
          cause the name of the host computer to appear as the prompt.
        
- 
          
          collatz.cu, 
          a CUDA program for computing Collatz sequences.
        
- 
          
          collatz_p100_dev_q.sh, 
          a PBS shell script to run collatz.cu though the p100_dev_q queue.
        
- 
          
          hello.c, 
          a C "Hello, world!" program.
        
- 
          
          hello.sh, 
          a BASH script to compile and run hello.c.
        
- 
          
          hello_dev_q.sh, 
          a PBS shell script to run hello.c through the dev_q queue.
        
- 
          
          hello_open_q.sh, 
          a PBS shell script to run hello.c through the open_q queue.
        
- 
          
          julia_openmp.c, 
          a C program to compute a Julia set, using OpenMP for parallel
          execution;
        
- 
          
          julia_dev_q.sh, 
          a PBS shell script to run julia_openmp.c through the dev_q queue.
        
- 
          
          julia_open_q.sh, 
          a PBS shell script to run julia_openmp.c through the open_q queue.
        
- 
          
          quad.c, 
          a C program that estimates an integral with quadrature.
        
- 
          
          quad_open_q.sh, 
          a PBS shell script to run quad.c through the open_q queue.
        
- 
          
          quad_mpi.c, 
          a C program that estimates an integral with quadrature, using
          MPI for parallel execution.
        
- 
          
          quad_mpi_dev_q.sh, 
          a PBS shell script to run quad_mpi.c through the dev_q queue.
        
- 
          
          quad_mpi_open_q.sh, 
          a PBS shell script to run quad_mpi.c through the open_q queue.
        
      You can go up one level to 
      the WORKSHOPS page.
    
    
    
      Last revised on 21 February 2018.