Documentation Index
Fetch the complete documentation index at: https://docs.nyc-ai.app/llms.txt
Use this file to discover all available pages before exploring further.
Who can get an account
CSI HPCC operates on a cost-recovery model, so every account must be linked to a research project or a class. There are seven account types:| Type | Who | Renewal cycle |
|---|---|---|
| A | Faculty / research staff | Yearly (start of Fall semester) |
| B | Adjunct faculty | Every semester (Fall / Spring) |
| C | Doctoral graduate students | Yearly (Fall); up to 14 semesters |
| D | Master’s students | Every semester; up to 8 semesters |
| E | Undergraduate students (class only) | Every semester; up to 8 semesters |
| F | Academic collaborators (non-CUNY) | Yearly, for the duration of a project |
| G | Public / private sector partners | No renewal; tied to contract length |
A PI (Principal Investigator) at CUNY is the lead researcher responsible for a project’s design, execution, and financial management. Only full-time faculty or qualified researchers can be PIs. Student (C–E) accounts must be attached to a PI-led project; undergraduate research accounts require a faculty sponsor.
How the registration flow works
HPCC uses a PI-driven registration system:PI creates a sponsor account
The faculty member fills out form A or B with project title, funding, and duration.
Group members apply using the code
Students, postdocs, and collaborators use forms C, D, E, or F and include the PI’s code.
Request an account
Email HPCHelp@csi.cuny.edu or open a request through the HPCC ticket system with the details below. Use a valid CUNY email only (Gmail, Hotmail, and other public mailers are filtered out).Identity
Full name as on your CUNY ID, CUNY EID, institutional email, and academic status.
Affiliation
Primary CUNY campus and department. Secondary affiliation (e.g. Graduate Center) if any.
PI / sponsor
Name, department, and college of your PI, plus the project code they received.
Project
Title, short description (up to 100 words), funding source, and relevant publications.
Resources
CPU cores, GPU type and count (V100/16, V100/32, L40/48, A30/24, A40/24, A100/40, A100/80), storage, backup, archive.
Local resources
What computing resources (if any) you already have access to at your home campus.
Class accounts (type E) are for coursework only and are capped at 10 GB. They are deleted 30 days after the semester ends unless extended. Instructors should request them at least several weeks before the semester starts. Undergraduates doing research work need a faculty sponsor and must be registered under a legitimate PI-led project.
Log in
Only two hosts accept connections from outside the CSI network:chizen.csi.cuny.edu and karle.csi.cuny.edu. Everything else must be reached by first logging in through one of those gateways.
Logging in from Windows
Windows 10 and 11 ship with OpenSSH. Open PowerShell or Windows Terminal and use the samessh command shown above. If you prefer a GUI:
- PuTTY: set Host Name to
chizen.csi.cuny.edu, port22, and save the session for reuse. - MobaXterm: bundles SSH, SFTP, and an X server, which makes X11 forwarding painless.
- WinSCP: for drag-and-drop file transfers once you’re connecting successfully over SSH.
X11 forwarding (running GUI apps)
Some tools (MATLAB, ParaView,xterm) open a graphical window. To forward the display back to your laptop:
- macOS: install XQuartz, then log out and back in before using
-Y. - Windows: use MobaXterm (X server built in) or install VcXsrv/Xming alongside PuTTY.
- Linux: X is already running;
-Yworks out of the box.
Common login problems
Working through this short checklist resolves most login failures:- Are you using the correct username?
- Are you typing the correct password? (Remember: passwords are case-sensitive.)
- Which system are you trying to connect to? Only Chizen and Karle are reachable from outside the CSI network. For everything else, log into Chizen first and then SSH onward.
- Do you have access to the system you’re connecting to? Confirm the full hostname (
host@csi.cuny.edu).
SSH keys (recommended)
Password authentication works but SSH keys are easier and more secure. Generate a key on your laptop, then install the public half onchizen:
ssh chizen.csi.cuny.edu should not prompt for a password.
Password policy
Passwords must comply with CUNY’s password policy:- At least 8 characters long.
- Include all four character classes: one uppercase letter, one lowercase letter, one digit, and one of the approved special characters.
- Case-sensitive.
passwd command once logged in. If your password has expired, been forgotten, or the account is locked, reset it at hpcauth1.csi.cuny.edu/reset/ using your HPCC username and CUNY email. Email the HPC Helpline if the reset form doesn’t recognize the account.
Password expiration intervals and account renewal cadence are set by CSI IT policy. Confirm current specifics on the HPCC Wiki before training users on them.
Next steps
Run your first job
End-to-end: log in, load a module, submit a Hello-SLURM job.
Learn the systems
What’s available behind Chizen, including Arrow and other clusters.