Supercomputing Applications
Lab Report Form - Lab 03 Fortran 90 Programming
- Your name: __________________________________, Period: _____, Date __________
- Did you use separate subroutines/functions for the tasks required (yes/no)? _____
If yes did you use parameters rather than global variables? _____
- Fortran code to create the array of random values: (If you used separate functions, include the entire function)
- Fortran code to print the array: (If you used separate functions, include the entire function)
- Fortran code to find the high/low values and the average value:
- Fortran code to find standard deviation:
- Fortran code to sort the array:
- How large is the array you used, and what types of values are in the array?
What range of values are there?
- Print out the first 20 or so numbers in your array and the last 20.
- Print a copy of your results for high/low, average value, and standard deviation:
- Print the first 20 or so values and the last 20 of the sorted array.