Wednesday, October 31, 2018

Suggestion for how to work on your own computer

This is just a note for those who want to work on their laptop/computer, but might not be able to compile the code on their own computer (for example because the compiler versions are different on the school system).

Run the following command to mount the file system on mathlab:

sshfs [your_utorid][at]mathlab.utsc.utoronto.ca:[absolute_path_to_directory_on_mathlab] mathlab

You should now have access to the file system from mathlab on your own computer.

You will need to ssh into mathlab to compile the files, but you can edit and run/test them on your own machine.

No comments:

Post a Comment