Up Next
Using SubMIT
- Only users in LNS mit-submit user group are able to log into the machine. To apply for an account, submit an LNS computer account application form with a comment specifying that the account should be added to mit-submit.
- Each user has an AFS home area (/afs/lns.mit.edu/user/user, quota 2 GB) that is managed together with other LNS users and a local work area (/work/user, quota 20 GB). The home area is intended for source code etc. that require backups but are small. /work is *not* backed up (but is on RAID 5, so data is protected against a single disk failure).
- The machine itself has 40 CPUs and a huge memory, so it will not be a problem to e.g. compile or run short test jobs interactively.
- An LNS.MIT.EDU kerberos ticket is required to even browse your home area (you will obtain a ticket automatically when you log in). This means that system processes (e.g. condor) may not be able to see files under your home directory. Therefore you will probably need to set up most of your workflows to use an area under /work.
- Since /work is also not too big, you will have to have an external storage somewhere if your jobs produce large outputs. Transfer of the output files to the storage should be done within your jobs.