>script hw1.script Script started, file is hw1.script >f90 hw1.f >a.out ...the execution of your program... >exitThis will cause all the text that appears on the screen between the script and exit commands to be stored in a file called hw1.script. When you turn in the typescript file, the grader will be able to see that your program compiled and executed correctly.
/cs/cs1001/bin/turnin project file1 file2 ... filen
where project will be the number of the assignment you are turning in (either hw1, hw2,... or lab1, lab2...) and where file1 through filen are the files you wish to submit. Whenever a file is submitted by using turnin, it is copied to the cs1001 directory and the date and time of the turnin operation are noted in the files. Any attempts to resubmit the same files will overwrite the previously submitted files. If you realize that the program you submitted had errors, you may correct the errors and use turnin again to turn in the corrected program. The old file(s) will be overwritten by the new ones and the date and time of the second turnin will be noted. The grader will see just the last submitted copy. To use turnin for this assignment type:
/cs/bin/turnin submit cs1001 hw1 hw1.f90 hw1.script(Note: Do not turn in your executable file, a.out, or turnin will hang.) A message stating that both files were turned in successfully should appear. If no success message appears, ask the instructor or the TA for help. You will be responsible for correctly submitting all your files on time.
For more information about turnin, see
http://www.cs.wpi.edu/Help/turnin.html
/cs/bin/turnin submit cs1001 hw1 hw1.f90 hw1.script