You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hpc/01_getting_started/03_Slurm_Accounts/06_adding_publications_grants.mdx
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Entering Grants and Publciations for Your Project
2
2
3
+
## Acknowledgment Statement for Publications
4
+
The following acknowledgment statement should appear in the publication of any material that resulted from using the NYU IT HPC resources, services, and staff expertise.
5
+
6
+
*"This work was supported in part through the NYU IT High Performance Computing resources, services, and staff expertise"*
7
+
8
+
Please also enter your publications and grants following the steps below. For non-publications, such as presentations or conference posted, please let the NYU HPC team know of your work via email to hpc@nyu.edu.
9
+
3
10
:::info[VPN Needed]
4
11
You need to be connected to [NYU VPN](https://www.nyu.edu/life/information-technology/infrastructure/network-services/vpn.html) to access the HPC project management portal.
Being high on the list in `Remote Procedure Call statistics by user` can cause you to be throttled by Slurm for using too many resources.
154
+
:::tip
155
+
If you find yourself in this position please try to reduce the number of calls you make to slurm services like `squeue` and `sacct`. Do not use these commands with `watch`. As an alternative you can use the slurm [mail-type flag](https://slurm.schedmd.com/sbatch.html#OPT_mail-type) to see when jobs start and end.
156
+
157
+
If you're running a number of similar jobs, please look into using [array jobs](https://slurm.schedmd.com/job_array.html) as this will reduce your procedure call statistics.
158
+
:::
159
+
::::
160
+
75
161
## `seff`
76
162
77
163
The `seff` script can be used to display status information about a user’s historical or running jobs.
0 commit comments