# # Template: Basic Serial Job # # Change the following to #$ and set the amount of memory you need # per-slot if you're getting out-of-memory errors using the # default: # -l m_mem_free=2G # # If you want an email message to be sent to you when your job ultimately # finishes, edit the -M line to have your email address and change the # next two lines to start with #$ instead of just # # -m eas # -M my_address@mail.server.com # # Add vpkg_require commands after this line: vpkg_require openjdk/1.8.0 # Now append all of your shell commands necessary to run your program # after this line: java HelloWorld