Exercises: Environment Within a Job.

Exercise 1:

Following the example in the reading:

Run the simple calculate_pi program as a job

Exercise 2:

To see what environment variables are set by the scheduler, try making a job script that runs env and puts the output in a file.

Exercise 3:

sort the file, and compare it to your current environment to see what has changed.