Some notes, presentations and blogs.
main.R
to define a main function that takes in different setting arguments, and perform simulation/computationjob.sh
to set up the arguments that you want to pass to the functionsbatch job.sh
to submit the filemain.R
to define a main function that takes in different setting arguments, and perform simulation/computationmake_all_job_file.sh
to set up all combinations of setting you needmake_job_file
to set up the email address, and the number of nodes you needsubmit_all_job_file.sh
to set up the settings you want to computebash make_all_job_file.sh
to make all the job filesbash submit_all_job_file.sh
to submit all the jobs