Tips and tricks from former students

  1. Ensure that you rerun compute jobs on nodes with similar hardware for comparable results.
  2. To ensure that your code is working as expected, start with a small subset of data before you start long-running computational work.
  3. Make sure your code writes output to files (at /storage/users/<username>), not to temporary local storage or to screen output.