No announcements
Found 280324 threads
-
2 Votes
HPC - Unreachable node
And jobs can run on all nodes.Answered | 10 Replies | 12016 Views | Created by Marc Coste - Saturday, May 16, 2009 4:39 PM | Last reply by rmag - Monday, May 18, 2009 12:50 PM -
0 Votes
Node "ComputeNode1" became unreachable.
Hi Abdullah Cagatay, Please refer to below document to check the ...Unanswered | 1 Replies | 548 Views | Created by Abdullah Cagatay - Saturday, July 18, 2020 8:15 PM | Last reply by Sunbin Zhu - Wednesday, July 22, 2020 10:00 AM -
0 Votes
Node Unreachable
Interestingly (to me) Ping between the head node and the compute node didn't work but ping between any compute nodes ...Answered | 2 Replies | 7411 Views | Created by Allan Hilchie - Thursday, May 29, 2008 1:02 AM | Last reply by Allan Hilchie - Friday, May 30, 2008 4:17 PM -
1 Votes
HPC Nodes not accepting jobs
You can check command "node listcores" to check all the core status and what job/task are actually occupying the resource.Answered | 1 Replies | 1599 Views | Created by ucla2413 - Monday, July 18, 2016 10:31 PM | Last reply by qiufang shi - Tuesday, July 19, 2016 2:46 AM -
0 Votes
Node & Core Allocation Priorities for Tasks in the JOB
There are a couple of things you could try though: Submit each task a separate, 1 core job and /orderby the number of ...Answered | 1 Replies | 6577 Views | Created by PVASNMurthy - Thursday, March 5, 2009 11:08 AM | Last reply by Josh Barnard - Tuesday, March 10, 2009 6:57 PM -
0 Votes
Get node availability using Powershell
And what do you mean by "through reporting database view"?Answered | 3 Replies | 6444 Views | Created by willvv - Monday, June 22, 2009 6:48 PM | Last reply by Zhen WEI MSFT - Sunday, July 5, 2009 5:36 PM -
0 Votes
Finished Job still reserving a node
To do so: Go to http://connect.microsoft.com Go to the Microsoft Windows HCP Server 2008 Beta ...Answered | 4 Replies | 9598 Views | Created by Calvin4444 - Monday, June 16, 2008 8:58 PM | Last reply by Josh Barnard - Monday, June 23, 2008 6:33 PM -
0 Votes
Node became unreachable issue
I will let you know if face this issue again.Proposed | 2 Replies | 874 Views | Created by PuneetSharma035 - Friday, March 16, 2018 5:46 PM | Last reply by PuneetSharma035 - Tuesday, March 20, 2018 3:32 PM -
0 Votes
avoid even distribution of jobs among nodes
Hi, you could set the "Node ordering" to "-cores" in the Default job template.Answered | 1 Replies | 4990 Views | Created by Peter_We - Monday, April 19, 2010 9:55 PM | Last reply by MWirtz - Thursday, April 22, 2010 12:49 PM -
1 Votes
Specify cores per node in MPI application and run multiple task on a node
you should specify job submit /numcores:16 mpiexec -cores 1 -n 8 mpiapp arg1_for_mpiapp : ...Answered | 4 Replies | 8941 Views | Created by hirakata - Friday, October 31, 2008 3:30 AM | Last reply by Lio - Friday, November 14, 2008 1:57 AM -
0 Votes
How to report a node environment variable in the job scheduler?
You can also make job XML which includes extended terms (but this is more for when you are creating a job).Answered | 4 Replies | 6034 Views | Created by PLFMendes - Thursday, March 19, 2009 2:36 AM | Last reply by Josh Barnard - Monday, March 23, 2009 8:19 PM -
0 Votes
Job submit error
I can connect to the domain, I use Administrator account for submitting jobs and I have the same password on all computers in the cluster.Answered | 4 Replies | 5747 Views | Created by Tudor Cret - Wednesday, July 2, 2008 7:27 AM | Last reply by Tudor Cret - Thursday, July 10, 2008 7:10 AM -
0 Votes
Is there any configuration available for running 2 tasks in the same compute node
If you submit a job which takes 4 nodes and has 1 prep task, that task will run on ONE NODE only, and subsequent tasks might run anywhere in those 4 nodes.Answered | 3 Replies | 5088 Views | Created by PVASNMurthy - Wednesday, August 6, 2008 12:16 PM | Last reply by Josh Barnard - Friday, August 8, 2008 10:33 PM -
0 Votes
Retrieving windows hpc node health programmatically
"Draining" state when online to offline means the node is waiting for the job to be finished from that node.Answered | 6 Replies | 1097 Views | Created by PuneetSharma035 - Wednesday, October 11, 2017 2:24 AM | Last reply by PuneetSharma035 - Friday, October 13, 2017 1:40 PM -
0 Votes
Restricting number of jobs of one type that can be run on a node while allowing others
Conceivably you could emulate a second queue by writing some standalone code or script using the Job Scheduler APIs or HPC Powershell to manage your submission of JobA's ...Answered | 3 Replies | 5265 Views | Created by prashs - Tuesday, December 8, 2009 5:29 PM | Last reply by pgarvan - Wednesday, December 9, 2009 12:38 AM -
0 Votes
Using MS MPI in Client Server Model
Now I want to run one instance of "client.exe" on the head node and as many instances of "server.exe" as the ...Answered | 4 Replies | 8697 Views | Created by Humayun Khan - Tuesday, May 11, 2010 6:31 AM | Last reply by James Ren - Wednesday, August 4, 2010 9:31 PM -
4 Votes
How to use only one core of a node?
Hi all, If I submit job with job submit /numnodes:2 mpiexec -cores 1 job.exe, will it use one core from each ...Answered | 10 Replies | 9595 Views | Created by parsus - Wednesday, September 10, 2008 10:49 AM | Last reply by pkalyanrao - Monday, June 15, 2009 5:02 PM -
1 Votes
How to limit node load?
A quick workaround would be to issue a ever running 1 core job per node which simply blocks the core and does not do anything.Answered | 2 Replies | 7183 Views | Created by Ilya_Odin - Saturday, June 6, 2009 6:49 AM | Last reply by Josh Barnard - Tuesday, June 9, 2009 5:57 PM -
1 Votes
Head node offline - what does it do
you can still submit jobs and interact with a head node that is online.Answered | 2 Replies | 5778 Views | Created by Teleute00 - Wednesday, August 4, 2010 11:41 PM | Last reply by Mark Staveley - Friday, August 6, 2010 4:36 AM -
0 Votes
Access Rights Required for Submitting the Job to the HPC Server
Ben, Unfortunately those APIs are not available to non-Admins, since they are a) designed to back "Clusrun" b) Allow execution of arbitrary ...Answered | 4 Replies | 5636 Views | Created by PVASNMurthy - Tuesday, August 12, 2008 5:43 PM | Last reply by Josh Barnard - Wednesday, September 17, 2008 10:35 PM - Items 1 to 20 of 280324 Next ›
No announcements