To use Yale cluster (Grace) for compiling with Fortran you don't need to load anything if you are using gfortran compiler. If you want to use Intel compiler you need to load it with
moduleloadLangs/Intel/...
where ... has to be replaced by the version of intel to use.
Yale Cluster (Grace) uses SLURM to manage the job submissions. The command to submit a job is
sbatchname_of_file.sh
The file must be a bash file (see next chapter for a very short introduction to Bash).
To verify the jobs that have been submitted, on uses the following command