Supercomputing Applications
Lab Report Form - Lab 03 Fortran 90 Programming

  1. Your name: __________________________________, Period: _____, Date __________

  2. Did you use separate subroutines/functions for the tasks required (yes/no)? _____ If yes did you use parameters rather than global variables? _____

  3. Fortran code to create the array of random values: (If you used separate functions, include the entire function)
    
    
    
    
    
    
    
    
    
  4. Fortran code to print the array: (If you used separate functions, include the entire function)
    
    
    
    
    
    
    
    
    
  5. Fortran code to find the high/low values and the average value:
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  6. Fortran code to find standard deviation:
    
    
    
    
    
    
    
    
    
    
    
  7. Fortran code to sort the array:
    
    
    
    
    
    
    
    
    
    
    
    
    
  8. How large is the array you used, and what types of values are in the array? What range of values are there?
    
    
    
    
  9. Print out the first 20 or so numbers in your array and the last 20.
    
    
    
    
    
    
    
    
    
    
    
    
  10. Print a copy of your results for high/low, average value, and standard deviation:
    
    
    
    
    
    
    
    
    
  11. Print the first 20 or so values and the last 20 of the sorted array.