From a38f58f3dedeb38de43884bca1e1c7f79ccaf4fd Mon Sep 17 00:00:00 2001 From: juancwu <46619361+juancwu@users.noreply.github.com> Date: Wed, 25 Jan 2023 20:16:04 -0500 Subject: [PATCH] add: command to quickly connect to mpi cluster --- .config/fish/functions/mpiconnect.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .config/fish/functions/mpiconnect.fish diff --git a/.config/fish/functions/mpiconnect.fish b/.config/fish/functions/mpiconnect.fish new file mode 100644 index 0000000..0ee48ea --- /dev/null +++ b/.config/fish/functions/mpiconnect.fish @@ -0,0 +1,3 @@ +function mpiconnect + ssh -Y lcl_uotwlus2341@teach.scinet.utoronto.ca +end