Technical support: Difference between revisions
Jump to navigation
Jump to search
(New RAC email address) |
|||
(16 intermediate revisions by 6 users not shown) | |||
Line 2: | Line 2: | ||
<translate> | <translate> | ||
= Ask support = | == Ask support == <!--T:7--> | ||
* Before writing to us, consider checking first on the [https://status.computecanada.ca system status page] and the [[Known issues]] page to see if the problem you're experiencing has already been reported. If you can't find the information you need on | * Before writing to us, consider checking first on the [https://status.computecanada.ca system status page] and the [[Known issues]] page to see if the problem you're experiencing has already been reported. If you can't find the information you need on our wiki, send an email to the address below that best matches your need. | ||
* '''Please ensure that the email address from which you are writing is registered in your [https://ccdb.computecanada.ca/email account]'''. This way, our ticketing system will be able to recognize you automatically. | |||
* A well written question (or a problem description) will likely result in a faster and more accurate assistance from our staff (see a [[#Support request example | support request example]] below). | * A well written question (or a problem description) will likely result in a faster and more accurate assistance from our staff (see a [[#Support request example | support request example]] below). | ||
* An email "Something is wrong" or "Nothing works" will take a long time to resolve, because we will have to ask you to provide missing information (see [[#Information required | Information required]] below) | * An email titled "Something is wrong" or "Nothing works" will take a long time to resolve, because we will have to ask you to provide missing information (see [[#Information required | Information required]] below). | ||
* In the subject of the email, include the system/cluster name and a few words of what may be wrong. For example, "Job 123456 fails to run on the Cedar cluster". A good subject line really helps to identify issues at a glance | * In the subject line of the email, include the system/cluster name and a few words of what may be wrong. For example, "Job 123456 fails to run on the Cedar cluster". A good subject line really helps to identify issues at a glance. | ||
* Please do not request help on a different topic as a follow-up to an old email thread. Instead, start a brand new one to avoid re-opening an old ticket. | |||
* Please do not request help on a different topic as a follow-up | |||
===Email addresses=== <!--T:8--> | |||
* [mailto:globus@ | Please choose the address that corresponds best to your question or issue: | ||
* [mailto:cloud@ | * [mailto:accounts@tech.alliancecan.ca accounts@tech.alliancecan.ca] -- Questions about accounts | ||
* [mailto: | * [mailto:renewals@tech.alliancecan.ca renewals@tech.alliancecan.ca] -- Questions about account renewals | ||
* [mailto:globus@tech.alliancecan.ca globus@tech.alliancecan.ca] -- Questions about '''[[Globus]]''' file transfer services | |||
* [mailto:support@ | * [mailto:cloud@tech.alliancecan.ca cloud@tech.alliancecan.ca] -- Questions about using '''[[Cloud]]''' resources | ||
* [mailto:allocations@tech.alliancecan.ca allocations@tech.alliancecan.ca] -- Questions about the [https://alliancecan.ca/en/services/advanced-research-computing/accessing-resources/resource-allocation-competition Resource Allocation Competition] (RAC) | |||
* '''[mailto:support@tech.alliancecan.ca support@tech.alliancecan.ca]''' -- For any other question or issue | |||
= Information required = <!--T:3--> | == Information required == <!--T:3--> | ||
<!--T:6--> | <!--T:6--> | ||
To help us help you better, please include the following information in your support request: | To help us help you better, please include the following information in your support request: | ||
* Cluster name | * Cluster name | ||
* | * Job ID | ||
* | * Job submission script: you can either give the full path of the script on the cluster; copy and paste the script; or attach the script file | ||
* | * File or files which contain the error message(s): give the full path of the file(s); copy and paste the file(s); or attach the error message(s) file(s) | ||
* | * Commands that you were executing | ||
* Avoid sending screenshots or other large image attachments except when necessary - the plain text of your commands, job script etc. is usually more helpful | * Avoid sending screenshots or other large image attachments except when necessary - the plain text of your commands, job script etc. is usually more helpful. See [[FAQ#Copy_and_paste|Copy and paste]] if you have trouble with this. | ||
* | * Software (name and version) you were trying to use | ||
* When did the problem | * When did the problem happen? | ||
* If you want us to access, copy or edit your files, or inspect your account and possibly make changes there, say so explicitly in your email. For example, instead of attaching files to an email, you may indicate where they are located in your account and give us permission to access them. If you have already granted us permission via the CCDB interface to access your files, then you do not need to do it again in your support request. | * If you want us to access, copy or edit your files, or inspect your account and possibly make changes there, say so explicitly in your email. For example, instead of attaching files to an email, you may indicate where they are located in your account and give us permission to access them. If you have already granted us permission via the CCDB interface to access your files, then you do not need to do it again in your support request. | ||
= Things to beware = <!--T:4--> | == Things to beware == <!--T:4--> | ||
* '''Never send a password!''' | * '''Never send a password!''' | ||
* Maximum attachment size is 40 MB. | * Maximum attachment size is 40 MB. | ||
= Support request example = | == Support request example == <!--T:9--> | ||
<pre> | <pre> | ||
To: support@ | To: support@tech.alliancecan.ca | ||
Subject: Job 123456 gives errors on the CC Cedar cluster | Subject: Job 123456 gives errors on the CC Cedar cluster | ||
<!--T:10--> | |||
Hello: | Hello: | ||
<!--T:11--> | |||
my name is Alice, user asmith. Today at 10:00 am MST, I submitted a job 123456 on the Cedar cluster. The Job script is located /my/job/script/path. I have not changed it since submitting my job. Since it is short I included it in the email below: | my name is Alice, user asmith. Today at 10:00 am MST, I submitted a job 123456 on the Cedar cluster. The Job script is located /my/job/script/path. I have not changed it since submitting my job. Since it is short I included it in the email below: | ||
<!--T:12--> | |||
#!/bin/bash | #!/bin/bash | ||
#SBATCH --account=def-asmith-ab | #SBATCH --account=def-asmith-ab | ||
Line 58: | Line 56: | ||
{ time mpiexec -n 1 ./sample1 ; } 2>out.time | { time mpiexec -n 1 ./sample1 ; } 2>out.time | ||
<!--T:13--> | |||
A list of the following modules were loaded at the time follow: | A list of the following modules were loaded at the time follow: | ||
<!--T:14--> | |||
[asmith@cedar5]$ module list | [asmith@cedar5]$ module list | ||
Currently Loaded Modules: | Currently Loaded Modules: | ||
Line 67: | Line 67: | ||
4) ifort/.2016.4.258 (H) 8) StdEnv/2016.4 (S) | 4) ifort/.2016.4.258 (H) 8) StdEnv/2016.4 (S) | ||
<!--T:15--> | |||
The job ran quickly and the myjob-123456.out and myjob-123456.err files were created. There was no output in the myjob-123456.out file but there was an message in the myjob-123456.err output | The job ran quickly and the myjob-123456.out and myjob-123456.err files were created. There was no output in the myjob-123456.out file but there was an message in the myjob-123456.err output | ||
<!--T:16--> | |||
[asmith@cedar5 scheduling]$ cat myjob-123456.err | [asmith@cedar5 scheduling]$ cat myjob-123456.err | ||
slurmstepd: error: *** JOB 123456 ON cdr692 CANCELLED AT 2018-09-06T15:19:16 DUE TO TIME LIMIT *** | slurmstepd: error: *** JOB 123456 ON cdr692 CANCELLED AT 2018-09-06T15:19:16 DUE TO TIME LIMIT *** | ||
<!--T:17--> | |||
Can you tell me how to fix this problem? | Can you tell me how to fix this problem? | ||
</pre> | </pre> | ||
= Access to your account = | == Access to your account == <!--T:18--> | ||
If you want us to access, copy or edit your files, or inspect your account and possibly make changes there, you should state so explicitly in your email (unless you have provided consent via the CCDB). For example, instead of attaching files to an email, you may tell where they are located in your account and give us written permission to access them. | If you want us to access, copy or edit your files, or inspect your account and possibly make changes there, you should state so explicitly in your email (unless you have provided consent via the CCDB). For example, instead of attaching files to an email, you may tell where they are located in your account and give us written permission to access them. | ||
</translate> |
Latest revision as of 17:49, 4 October 2024
Ask support[edit]
- Before writing to us, consider checking first on the system status page and the Known issues page to see if the problem you're experiencing has already been reported. If you can't find the information you need on our wiki, send an email to the address below that best matches your need.
- Please ensure that the email address from which you are writing is registered in your account. This way, our ticketing system will be able to recognize you automatically.
- A well written question (or a problem description) will likely result in a faster and more accurate assistance from our staff (see a support request example below).
- An email titled "Something is wrong" or "Nothing works" will take a long time to resolve, because we will have to ask you to provide missing information (see Information required below).
- In the subject line of the email, include the system/cluster name and a few words of what may be wrong. For example, "Job 123456 fails to run on the Cedar cluster". A good subject line really helps to identify issues at a glance.
- Please do not request help on a different topic as a follow-up to an old email thread. Instead, start a brand new one to avoid re-opening an old ticket.
Email addresses[edit]
Please choose the address that corresponds best to your question or issue:
- accounts@tech.alliancecan.ca -- Questions about accounts
- renewals@tech.alliancecan.ca -- Questions about account renewals
- globus@tech.alliancecan.ca -- Questions about Globus file transfer services
- cloud@tech.alliancecan.ca -- Questions about using Cloud resources
- allocations@tech.alliancecan.ca -- Questions about the Resource Allocation Competition (RAC)
- support@tech.alliancecan.ca -- For any other question or issue
Information required[edit]
To help us help you better, please include the following information in your support request:
- Cluster name
- Job ID
- Job submission script: you can either give the full path of the script on the cluster; copy and paste the script; or attach the script file
- File or files which contain the error message(s): give the full path of the file(s); copy and paste the file(s); or attach the error message(s) file(s)
- Commands that you were executing
- Avoid sending screenshots or other large image attachments except when necessary - the plain text of your commands, job script etc. is usually more helpful. See Copy and paste if you have trouble with this.
- Software (name and version) you were trying to use
- When did the problem happen?
- If you want us to access, copy or edit your files, or inspect your account and possibly make changes there, say so explicitly in your email. For example, instead of attaching files to an email, you may indicate where they are located in your account and give us permission to access them. If you have already granted us permission via the CCDB interface to access your files, then you do not need to do it again in your support request.
Things to beware[edit]
- Never send a password!
- Maximum attachment size is 40 MB.
Support request example[edit]
To: support@tech.alliancecan.ca Subject: Job 123456 gives errors on the CC Cedar cluster Hello: my name is Alice, user asmith. Today at 10:00 am MST, I submitted a job 123456 on the Cedar cluster. The Job script is located /my/job/script/path. I have not changed it since submitting my job. Since it is short I included it in the email below: #!/bin/bash #SBATCH --account=def-asmith-ab #SBATCH --nodes=1 #SBATCH --ntasks-per-node=16 #SBATCH --time=00:05:00 { time mpiexec -n 1 ./sample1 ; } 2>out.time A list of the following modules were loaded at the time follow: [asmith@cedar5]$ module list Currently Loaded Modules: 1) nixpkgs/16.09 (S) 5) intel/2016.4 (t) 2) icc/.2016.4.258 (H) 6) imkl/11.3.4.258 (math) 3) gcccore/.5.4.0 (H) 7) openmpi/2.1.1 (m) 4) ifort/.2016.4.258 (H) 8) StdEnv/2016.4 (S) The job ran quickly and the myjob-123456.out and myjob-123456.err files were created. There was no output in the myjob-123456.out file but there was an message in the myjob-123456.err output [asmith@cedar5 scheduling]$ cat myjob-123456.err slurmstepd: error: *** JOB 123456 ON cdr692 CANCELLED AT 2018-09-06T15:19:16 DUE TO TIME LIMIT *** Can you tell me how to fix this problem?
Access to your account[edit]
If you want us to access, copy or edit your files, or inspect your account and possibly make changes there, you should state so explicitly in your email (unless you have provided consent via the CCDB). For example, instead of attaching files to an email, you may tell where they are located in your account and give us written permission to access them.