That depends on where you are coming from and how much time and effort you have
invested.
Coming from a Windows environment -- an easy transition to Windows Server 2003
- The interface on the login machines will look familiar Can customize this interface
to look like your home machine Better debugging environment
- Can customize this interface to look like your home machine
- Better debugging environment
Coming from Linux/Unix but you don't mind working in Windows
-
Access to Linux/Unix utilities and Windows command equivalents from the command line and
GUI alternatives
-
Makefiles can be translated to Perl scripts, which work with Linux/Unix and Windows
Working in Linux/Unix and you want to stay there, on a Windows machine
-
Possible to remain within a Unix like environment by using Cygwin (covered in the
module Unix-like Interface).
- It looks like Unix, acts like Unix (mostly), but it isn't really Unix
Working in Linux/Unix and you want to stay there, on a Linux machine
- Login to one of the Linux Login machines, linuxlogin1 or linuxlogin2.
Once you have decided on the operating environment, you will need to compile your
code and submit your job to the cluster. These are discussed in detail in other
modules.