<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.csi.cuny.edu/cunyhpc/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bimal</id>
	<title>HPCC Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.csi.cuny.edu/cunyhpc/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bimal"/>
	<link rel="alternate" type="text/html" href="https://wiki.csi.cuny.edu/cunyhpc/index.php/Special:Contributions/Bimal"/>
	<updated>2026-05-09T05:03:26Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://wiki.csi.cuny.edu/cunyhpc/index.php?title=File:Bluemoon-Rack2.jpg&amp;diff=848</id>
		<title>File:Bluemoon-Rack2.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.csi.cuny.edu/cunyhpc/index.php?title=File:Bluemoon-Rack2.jpg&amp;diff=848"/>
		<updated>2025-06-02T20:10:56Z</updated>

		<summary type="html">&lt;p&gt;Bimal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bimal</name></author>
	</entry>
	<entry>
		<id>https://wiki.csi.cuny.edu/cunyhpc/index.php?title=MediaWiki:Sidebar&amp;diff=729</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://wiki.csi.cuny.edu/cunyhpc/index.php?title=MediaWiki:Sidebar&amp;diff=729"/>
		<updated>2025-01-03T16:06:01Z</updated>

		<summary type="html">&lt;p&gt;Bimal: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
* navigation&lt;br /&gt;
** Main Page | ◊ Overview of the CUNY HPCC&lt;br /&gt;
** Administrative Information | ◊ Administrative Information&lt;br /&gt;
&lt;br /&gt;
** How to Login | ◊ How to Login&lt;br /&gt;
** Basic Unix &amp;amp; Linux Commands | ◊ Basic Unix &amp;amp; Linux Commands&lt;br /&gt;
** File Transfers | ◊ File Transfers&lt;br /&gt;
** Running Jobs | ◊ Running Jobs&lt;br /&gt;
** Data Storage and Management System | ◊ Data Store and Management System&lt;br /&gt;
** Modules and Available Third Party Software | ◊ Modules and Available Third Party Software&lt;br /&gt;
** Applications | ◊ Applications&lt;br /&gt;
** Program Compilation | ◊ Program Compilation&lt;br /&gt;
** Training &amp;amp; Workshops | ◊ Training &amp;amp; Workshops&lt;br /&gt;
** FAQs | ◊ FAQs&lt;br /&gt;
** Contact | ◊ Contact&lt;br /&gt;
** Forbidden Practices | ◊ Forbidden Practices&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>Bimal</name></author>
	</entry>
	<entry>
		<id>https://wiki.csi.cuny.edu/cunyhpc/index.php?title=How_to_Login&amp;diff=728</id>
		<title>How to Login</title>
		<link rel="alternate" type="text/html" href="https://wiki.csi.cuny.edu/cunyhpc/index.php?title=How_to_Login&amp;diff=728"/>
		<updated>2025-01-03T15:39:07Z</updated>

		<summary type="html">&lt;p&gt;Bimal: /* Logging in from Unix/Linux */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;blockquote&amp;gt;&#039;&#039;Notice:  Users may not access CUNY computer resources without authorization or use it for purposes beyond the scope of authorization. This includes attempting to circumvent CUNY computer resource system protection facilities by hacking, cracking or similar activities, accessing or using another person&#039;s computer account, and allowing another person to access or use the user&#039;s account. CUNY computer resources may not be used to gain unauthorized access to another computer system within or outside of CUNY.  Users are responsible for all actions performed from their computer account that they permitted or failed to prevent by taking ordinary security precautions.&#039;&#039;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
For security reasons, CUNY only allows users to communicate using SSH. Secure Shell (abbreviated SSH) is a secure means of connecting to a remote server over an encrypted channel. SSH is a protocol designed to allow logging into a remote machine and executing commands on a remote machine using improved secure encrypted communication between two non-trusted hosts over an insecure network, while other protocols like Telnet cannot.&lt;br /&gt;
&lt;br /&gt;
The HPC systems located at the CUNY HPCC accept IP addresses only from the CSI campus.  Users not located on the CSI campus must first log into an gateway server. The gateway server for the HPCC is &amp;lt;code&amp;gt;chizen.csi.cuny.edu&amp;lt;/code&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To log into any of the the HPC systems, the user must then ssh from &amp;lt;code&amp;gt;chizen.csi.cuny.edu&amp;lt;/code&amp;gt; to the desired HPC system. Currently, HPCC uses single login node MHN. Thus users must ssh to MHN after they login to chizen (gateway).&#039;&#039;&#039; &lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
== Logging in from windows machine ==&lt;br /&gt;
&lt;br /&gt;
If you are using Windows machine locally you need to have SSH client installed on it.  While many SSH clients may exist, CUNY strongly recommends the use of CygWin emulator. [http://www.cygwin.com/ Cygwin]. The popular windows clients like  [http://winscp.net/eng/index.php WinSCP] or [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY] can also be used as SSH client.  Note that PuTTY scp and WinSCP may not work as Unix scp. Once the suitable SSH client is installed, &lt;br /&gt;
users can run it and connect to HPCC. Using the above links you may find documentations on these applications. &lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
== Logging in from Unix/Linux ==&lt;br /&gt;
On Unix/Linux machines, the user should use ssh to log in to the HPCC systems.  chizen is the gateway to all HPCC servers. The command: &amp;lt;syntaxhighlight lang=&amp;quot;abap&amp;quot;&amp;gt;&lt;br /&gt;
$ ssh &amp;lt;userid&amp;gt;@chizen.csi.cuny.edu &lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;will log you onto this authentication server. Once logged the users must &#039;&#039;&#039;&amp;lt;u&amp;gt;do second login&amp;lt;/u&amp;gt;&#039;&#039;&#039; to actual login node on production server. &amp;lt;u&amp;gt;&#039;&#039;&#039;No jobs can be submitted from gateway.&#039;&#039;&#039;&amp;lt;/u&amp;gt; HPCC uses single login node so users must login to MHN (Master Head Node) as it shown on following example. Please read carefully message of the day (in red below) since it holds critical information. &amp;lt;syntaxhighlight lang=&amp;quot;abap&amp;quot;&amp;gt;&lt;br /&gt;
ssh arrow&lt;br /&gt;
Password: &lt;br /&gt;
Last login: Tue Apr 18 10:22:51 2023 from 163.238.128.59&lt;br /&gt;
&lt;br /&gt;
+---------------------------------------------------------------------------------------+&lt;br /&gt;
|                                                                                       |&lt;br /&gt;
|                                     Please NOTE                                       |&lt;br /&gt;
|                                                                                       | &lt;br /&gt;
|   1. Running production jobs on login node(s) is strictly forbidden.                  |&lt;br /&gt;
|                                                                                       |&lt;br /&gt;
|   2. Access to server may be limited or denied if abuse of above policy is recorded.  |&lt;br /&gt;
|                                                                                       | &lt;br /&gt;
|   3. All jobs must be submitted via SLURM batch system. All jobs running on login    | &lt;br /&gt;
|      node will be killed and output data will be lost.                                | &lt;br /&gt;
|                                                                                       |&lt;br /&gt;
|                                                                                       |&lt;br /&gt;
|           Please report all non-emergency probems by opening a ticket at:             |&lt;br /&gt;
|                               https://hpchelp.csi.cuny.edu                            |&lt;br /&gt;
|                                                                                       |&lt;br /&gt;
|       Users who cannot open a ticket, but need further help should send E-mail to     | &lt;br /&gt;
|                               hpchelp@csi.cuny.edu                                    |&lt;br /&gt;
|                                                                                       |&lt;br /&gt;
+---------------------------------------------------------------------------------------+&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;When connecting to any of HPCC hosts for the first time you are asked to validate the authenticity of the key presented by that host. Once you answer yes, that key will be stored. Future logging attempts to that same server will check they key against what is stored in the file:&lt;br /&gt;
   ~/.ssh/known_hosts&lt;br /&gt;
&lt;br /&gt;
In a very rare cases when our team performs reinstallation of the OS host identification will change. If we perform this sort of maintenance all users get a notice from HPC team.  &lt;br /&gt;
&lt;br /&gt;
When this happens you get message similar to this:&lt;br /&gt;
   &lt;br /&gt;
   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&lt;br /&gt;
   @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @&lt;br /&gt;
   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&lt;br /&gt;
   IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!&lt;br /&gt;
   Someone could be eavesdropping on you right now (man-in-the-middle attack)!&lt;br /&gt;
   It is also possible that the RSA host key has just been changed.&lt;br /&gt;
   The fingerprint for the RSA key sent by the remote host is&lt;br /&gt;
   5c:0b:18:56:b6:cd:12:10:32:cd:1d:a2:9a:cd:e5:1c.&lt;br /&gt;
   Please contact your system administrator.&lt;br /&gt;
   Add correct host key in /home/userid/.ssh/known_hosts to get rid of this message.&lt;br /&gt;
   Offending key in /home/user/.ssh/known_hosts:3&lt;br /&gt;
   RSA host key for chizen.csi.cuny.edu has changed and you have requested strict checking.&lt;br /&gt;
   Host key verification failed. &lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
This reads as &amp;quot;remote host information that is kept in your /.ssh/known_hosts at line #3 does not match that remote host, therefore ssh connection can not be established&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
To get rid of this message you need to modify you ~/.ssh/known_hosts. Open it in your favorite text editor and delete line #3. After that try to ssh again. You will be asked if you want to save host identification (which is -- if you want to add host identification to your ~/.ssh/known_hosts). Answer &amp;quot;yes&amp;quot; and proceed normally.&lt;br /&gt;
&lt;br /&gt;
However if you get the above ssh warning without our maintenance notice it will be a good idea to contact HPC stuff.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== X11 Forwarding or Tunneling==&lt;br /&gt;
&lt;br /&gt;
X11 forwarding is required when logging in to a remote location, but an application GUI must be display locally.  This could be done with [[#Mathematica|Mathematica]] for instance, if using the command-line interface was not acceptable.  &lt;br /&gt;
&lt;br /&gt;
=== UNIX clients ===&lt;br /&gt;
X11 forwarding or tunneling back through the &#039;ssh&#039; connection can be provided by including the flag &#039;-X&#039; to &#039;ssh&#039; command.  For users off the CSI campus, the following forwards X11 traffic back from the HPCC gateway system, CHIZEN, to your desktop:&lt;br /&gt;
&lt;br /&gt;
   $ ssh -XY &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;userid&amp;gt;&amp;lt;/font&amp;gt;@chizen.csi.cuny.edu &lt;br /&gt;
&lt;br /&gt;
If you need to then login to ANDY to run Mathematica you will have forward X11 traffic again through the second connection with:&lt;br /&gt;
&lt;br /&gt;
   $ ssh -XY &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;userid&amp;gt;&amp;lt;/font&amp;gt;@andy.csi.cuny.edu &lt;br /&gt;
&lt;br /&gt;
Note that double-forwarding will be significantly slower and may make working with a GUI from outside of CSI campus inconvenient.&lt;br /&gt;
&lt;br /&gt;
=== WINDOWS clients ===&lt;br /&gt;
In order to allow X11 forwarding for Windows-based client CUNY recommends to install [http://sourceforge.net/projects/xming/ Xming] -- X Server for Windows. Once Xming is downloaded and installed users should &lt;br /&gt;
&lt;br /&gt;
:* start the server&lt;br /&gt;
:* [[#Logging from windows machine|connect]] to remote machine using [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY] with X11 forwarding enabled:&lt;br /&gt;
[[Image:configputty.JPG]]&lt;br /&gt;
:* once the connection is established start your X application. For example, type in console &amp;lt;pre&amp;gt;xterm&amp;lt;/pre&amp;gt; This will give you xterm session.&lt;/div&gt;</summary>
		<author><name>Bimal</name></author>
	</entry>
	<entry>
		<id>https://wiki.csi.cuny.edu/cunyhpc/index.php?title=Administrative_Information&amp;diff=599</id>
		<title>Administrative Information</title>
		<link rel="alternate" type="text/html" href="https://wiki.csi.cuny.edu/cunyhpc/index.php?title=Administrative_Information&amp;diff=599"/>
		<updated>2024-12-19T13:54:53Z</updated>

		<summary type="html">&lt;p&gt;Bimal: /* Reset Password */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
==How to get an account==&lt;br /&gt;
===User accounts overview===&lt;br /&gt;
HPCC supports &#039;&#039;&#039;5&#039;&#039;&#039; types of accounts: &#039;&#039;&#039;a)&#039;&#039;&#039; CUNY full time faculty and research staff &#039;&#039;&#039;b)&#039;&#039;&#039; CUNY adjunct faculty and master students &#039;&#039;&#039;c)&#039;&#039;&#039; doctoral graduate students &#039;&#039;&#039;d)&#039;&#039;&#039; undergraduate students (must have sponsor) &#039;&#039;&#039;e)&#039;&#039;&#039; collaborators from other universities working with CUNY faculty, and &#039;&#039;&#039;f)&#039;&#039;&#039;  public and private sector partners directly collaborating with CUNY faculty/department/school/center. Users from all &#039;&#039;&#039;a) to f)&#039;&#039;&#039; groups may receive authorization to use the CUNY HPC Center systems.  Applications for accounts are accepted at any time. The accounts in groups &#039;&#039;&#039;a)&#039;&#039;&#039; and &#039;&#039;&#039;c)&#039;&#039;&#039; are valid  for one year and must be renewed on or before Sept 30&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; each year. Accounts from &#039;&#039;&#039;b)&#039;&#039;&#039; and &#039;&#039;&#039;d)&#039;&#039;&#039; are valid for one semester and must be renewed at the beginning of fall and spring semester. The accounts in groups &#039;&#039;&#039;e)&#039;&#039;&#039; and &#039;&#039;&#039;f)&#039;&#039;&#039; are good for the duration of collaborative project.  In addition non-CUNY researchers can obtain a research account at CUNY-HPCC and use the resources by paying cost recovery fee (proportional to use). Please contact the director of  HPCC for details. &lt;br /&gt;
&lt;br /&gt;
A user account is issued to an &#039;&#039;&#039;&#039;&#039;individual user&#039;&#039;&#039;.&#039;&#039; Accounts are &#039;&#039;&#039;not to be shared&#039;&#039;&#039;.  Users are responsible for choose secure passwords  and to protect their passwords. Passwords &#039;&#039;&#039;are not to be shared.&#039;&#039;&#039; Users from &#039;&#039;&#039;a), b), c)&#039;&#039;&#039; and &#039;&#039;&#039;d)&#039;&#039;&#039; groups must have and use a &#039;&#039;&#039;valid CUNY e-mail address&#039;&#039;&#039; when register to HPC.  Public mail accounts such as gmail, hotmail, yahoo ,outlook etc. can be used only as a second (backup) e-mail. Users in group &#039;&#039;&#039;e)&#039;&#039;&#039; must provide an e-mail which can be verified and state the CUNY collaborator e-mail as second mailbox. The users from group &#039;&#039;&#039;f)&#039;&#039;&#039; and outside users doing research on CUNY HPCC must  provide valid professional e-mail address of their CUNY  counterpart(s) including valid CUNY e-mail(s). Note that HPCC &#039;&#039;&#039;will not send&#039;&#039;&#039; &amp;lt;u&amp;gt;warning and any messages to non CUNY e-mails unless is needed for emergency and registered users from groups &#039;&#039;&#039;e)&#039;&#039;&#039; and &#039;&#039;&#039;f).&#039;&#039;&#039;&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All users of HPCC resources must register with HPCC for a type of account (described above). Accounts will be renewed with the same time of account unless users notifies the HPCC via e-mail to &#039;&#039;&#039;hpchelp@csi.cuny.edu&#039;&#039;&#039; for changes it his/her/them academic status. To do so all users must provide &#039;&#039;&#039;&amp;lt;u&amp;gt;required information (see the list below) directly to HPC&amp;lt;/u&amp;gt;&#039;&#039;&#039; via &#039;&#039;&#039;&amp;lt;u&amp;gt;hpchelp@csi.cuny.edu&amp;lt;/u&amp;gt;&#039;&#039;&#039;  e-mail.   It is mandatory to specify information (or NA) on all points from below list. Please do not forget to provide information about past and pending &#039;&#039;&#039;&amp;lt;u&amp;gt;publications&amp;lt;/u&amp;gt;&#039;&#039;&#039; and funded projects and &amp;lt;u&amp;gt;information about your local available resources (local servers and workstations/desktops only).&amp;lt;/u&amp;gt;  Think carefully about the resources needed and try to estimate as accurate as possible.  Note that &#039;&#039;&#039;by applying for and obtaining an account, the user agrees to the Center’s [https://cunyhpc.csi.cuny.edu/acceptableuse Acceptable Use Policy] and the [https://cunyhpc.csi.cuny.edu/passwordpolicy User Account and Password Policy].&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;1. Full name as stated at the CUNY ID card:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;2. For group &#039;&#039;&#039;e)&#039;&#039;&#039; only - Full name as stated at the University ID card (Jeanette  Smith):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;3. For group &#039;&#039;&#039;f)&#039;&#039;&#039; only- Full name as stated on  State ID or Federal ID (e.g. Smith John Peter):&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;4.  CUNY EID and valid CUNY e-mail (e.g. John A. Smith  22341356 jsmith@csi.cuny.edu):&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;5. Affiliation within CUNY - campus name and Department ( e.g Hunter College, Biology):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;6. Affiliation outside CUNY if any(e.g. Rutgers University) and valid professional e-mail: ( e.g. John Doe, Rutgers University, jd@rutgers.edu)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;7. Department at above (6) institution:&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;8. Second CUNY affiliation - campus name and Department (e.g. Graduate Center, Biology):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;9. E-mail at (6):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;10. Academic status ( faculty, adjunct faculty, graduate student, undergraduate student, research staff, collaborator to CUNY researcher, partners , external researcher):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;11. Brief project description and project duration. In case of teaching/participating in class please state class number and semester (e.g. CS 456, fall 2023):&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;12. Comma separated list of Principal investigator(s) or research advisor(s) name, status, campus and  department:&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;13. Resources needed:&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- cpu cores&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- GPU cores&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- cpu hours&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- GPU hours&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- storage GB&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
14.. &#039;&#039;&#039;If out of College of Staten Island:&#039;&#039;&#039; description of available local resources. Please state NONE if you do not have access to local computational resources. Otherwise provide:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- type of computational  (cluster, advanced workstation):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- number of nodes:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- number of cores per node:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;-- memory per node:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- total number of GPU for server:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- number of GPU per node:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;- type of GPU (list of all types e.e. 2 x K20m, 4 x K80):&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;15. Consent that HPCC will be cited properly (see our wiki for details) in all your published work including conferences and talks.&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Upon creation every research user account is provided with 50 GB (and max of 10000 files on /global/u) home directory mounted as &amp;lt;font face=&amp;quot;courier&amp;quot;&amp;gt;/global/u/&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;userid&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/font&amp;gt;. If required, a user may request an increase in the size of their home directory. The HPC Center will endeavor to satisfy reasonable requests. If you expect to have more than 10 000 files please zip several small files into larger single zip file. Please keep only wrangled information in your space in order to optimize use of the existing storage. &lt;br /&gt;
&lt;br /&gt;
Student class accounts ( group d)) are provided  with 10 GB home directory.  Please note that class accounts and data will be deleted 30 days after the semester ends (unless otherwise agreed upon). Students are responsible for backing up their own data prior to the end of the semester.&lt;br /&gt;
 &lt;br /&gt;
When a user account is established, only the user has read/write to his files.  The user can change his UNIX permissions to allow others in his group to read/write to his file.&lt;br /&gt;
&lt;br /&gt;
Please be sure to notify the HPC Center if user accounts need to be removed or added to a specific re group. Please read below a policies for accounts. Note that accounts are not timeless and non accessed and non active accounts are removed ( see below). &lt;br /&gt;
&lt;br /&gt;
=== User accounts policies ===&lt;br /&gt;
CUNY HPCC applies strict security standards in user accounts management. HPCC uses “account periods”. Account period is &#039;&#039;&#039;one year&#039;&#039;&#039; for accounts in &#039;&#039;&#039;a,c,e, and f&#039;&#039;&#039; type of accounts and &#039;&#039;&#039;one semester&#039;&#039;&#039; for &#039;&#039;&#039;b&#039;&#039;&#039; and &#039;&#039;&#039;d&#039;&#039;&#039; type of accounts. All accounts are periodically reviewed and inactive accounts are removed. All student accounts will expire automatically and  will be removed after each semester unless student’s advisor request extension of the student’s account. All user accounts for groups &#039;&#039;&#039;a,c,e and f&#039;&#039;&#039; must be renewed once a year  by Sept 30th. All user accounts in groups &#039;&#039;&#039;b&#039;&#039;&#039; and &#039;&#039;&#039;d&#039;&#039;&#039; must be renewed within 2 weeks after each semester . Accounts not accessed for one account period  and/or not renewed are automatically disabled/locked and will be deleted 60 days from locking. Delete of particular account means unrecoverable remove of all data associated with that account.  &lt;br /&gt;
&lt;br /&gt;
===Reset Password ===&lt;br /&gt;
&lt;br /&gt;
Users must use automatic password reset system.  Click on [https://hpcauth1.csi.cuny.edu/reset/ Reset Password].  Upon resetting the users will get their individual security token on the e-mail address registered with HPCC.&lt;br /&gt;
&lt;br /&gt;
===Close of account===&lt;br /&gt;
If a user would like to close their account, please contact the CUNY at HPCHelp@csi.cuny.edu. &lt;br /&gt;
Supervisors that would like to modify the access of their researchers and/or students working for them should contact the HPC to remove, add or modify access.&lt;br /&gt;
User accounts that are not accessed or renewed for more than a year and one day will be purged along with any data associated with the account. User accounts that are not renewed on time will be locked and users must contact HPCC to get access recovered. &lt;br /&gt;
&lt;br /&gt;
=== Message of the day (MOTD) ===&lt;br /&gt;
Users are encouraged to read the &amp;quot;Message of the day” (MOTD), which is displayed to the user upon logging onto a system.  The MOTD provides information on scheduled maintenance time when systems will be unavailable and/or important changes in the environment that are of import to the user community.  The MOTD is the HPC Center’s only efficient mechanism for communicating to the broader user community as bulk email messages are often blocked by CUNY SPAM filters.&lt;br /&gt;
&lt;br /&gt;
===   Required citations ===&lt;br /&gt;
The CUNY HPC Center appreciates the support it has received from the National Science Foundation (NSF).  It is the policy of NSF that researchers who are funded by NSF or who make use of facilities funded by NSF acknowledge the contribution of NSF by including the following citation in their papers and presentations:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;This research was supported, in part, under National Science Foundation Grants: CNS-0958379, CNS-0855217, ACI-1126113 and OAC-2215760 (2022) and the City University of New York High Performance Computing Center at the College of Staten Island.&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The HPC Center, therefore, requests its users to follow this procedure as it helps the Center to demonstrate that NSF’s investments aided the research and educational missions of the University.&lt;br /&gt;
&lt;br /&gt;
== Reporting requirements ==&lt;br /&gt;
The Center reports on its support of the research and educational community to both funding agencies and CUNY on an annual basis.  Citations are an important factor that is included in these reports.  Therefore, is mandatory users to send copies of research papers developed, in part, using the HPC Center resources to [mailto:hpchelp@csi.cuny.edu hpchelp@csi.cuny.edu]. Accounts for users who violate that requirement may not be renewed.  Reporting results obtained with HPC resources also helps the Center to keep abreast of user research requirement directions and needs. &lt;br /&gt;
&lt;br /&gt;
== Funding of computational resources and storage ==&lt;br /&gt;
Systems at HPC Center are purchased with grants from National Science Foundation (NSF), grants from NYC, a grant from DASNY and a grant from CUNY&#039;s office of the CIO. In addition all systems in condo tier are purchased with direct funds from research groups. The largest financial support comes from &#039;&#039;&#039;NSF MRI grants (more than 80% of all funding).&#039;&#039;&#039;  CUNY own investment  constitute &#039;&#039;&#039;8.6%&#039;&#039;&#039; of all funds.  Here is the list of all grants for CUNY-HPCC.  &lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;&#039;PFSS and GPU Nodes:&#039;&#039;&#039; NSF Grant OAC-2215760 (operational) &lt;br /&gt;
:&#039;&#039;&#039;DSMS&#039;&#039;&#039; NSF Grant ACI-1126113 (server is partially retired) &lt;br /&gt;
:&#039;&#039;&#039;BLUE MOON&#039;&#039;&#039;, Grant NYC 042-ST030-015 (operational)&lt;br /&gt;
:&#039;&#039;&#039;CRYO,&#039;&#039;&#039; Grant DASNY 208684-000 OP (operational) &lt;br /&gt;
:&#039;&#039;&#039;ANDY&#039;&#039;&#039;, NSF Grant CNS-0855217 and the New York City Council through the efforts of Borough President James Oddo ( server is fully retired)&lt;br /&gt;
:&#039;&#039;&#039;APPEL&#039;&#039;&#039;, New York State Regional Economic Development Grant through the efforts of State Senator Diane Savino (operational)&lt;br /&gt;
:&#039;&#039;&#039;PENZIAS&#039;&#039;&#039;, The Office of the CUNY Chief Information Officer ( Server is partially retired)&lt;br /&gt;
:&#039;&#039;&#039;SALK&#039;&#039;&#039;, NSF Grant CNS-0958379 and a New York State Regional Economic Development Grant (Server is fully retired)&lt;/div&gt;</summary>
		<author><name>Bimal</name></author>
	</entry>
</feed>