No announcements
Found 202235 threads
-
2 Votes
HPC - Unreachable node
And jobs can run on all nodes.Answered | 10 Replies | 11987 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 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 | 7401 Views | Created by Allan Hilchie - Thursday, May 29, 2008 1:02 AM | Last reply by Allan Hilchie - Friday, May 30, 2008 4:17 PM -
0 Votes
Node "ComputeNode1" became unreachable.
Hi Abdullah Cagatay, Please refer to below document to check the ...Unanswered | 1 Replies | 520 Views | Created by Abdullah Cagatay - Saturday, July 18, 2020 8:15 PM | Last reply by Sunbin Zhu - Wednesday, July 22, 2020 10:00 AM -
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 | 1587 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 | 6561 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
You can get node's Added/Removed/Online/Offline/Reachable/Unreachable/Draining state change history from Get-HpcNodeStateHistory cmdlet, and then put together the node ...Answered | 3 Replies | 6428 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
Node became unreachable issue
I will let you know if face this issue again.Proposed | 2 Replies | 868 Views | Created by PuneetSharma035 - Friday, March 16, 2018 5:46 PM | Last reply by PuneetSharma035 - Tuesday, March 20, 2018 3:32 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 | 9591 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
avoid even distribution of jobs among nodes
Hi, you could set the "Node ordering" to "-cores" in the Default job template.Answered | 1 Replies | 4972 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 | 8916 Views | Created by hirakata - Friday, October 31, 2008 3:30 AM | Last reply by Lio - Friday, November 14, 2008 1:57 AM -
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 | 5742 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 | 5074 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
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 | 6021 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
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 | 1066 Views | Created by PuneetSharma035 - Wednesday, October 11, 2017 2:24 AM | Last reply by PuneetSharma035 - Friday, October 13, 2017 1:40 PM -
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 no.of compute nodes available.Answered | 4 Replies | 8670 Views | Created by Humayun Khan - Tuesday, May 11, 2010 6:31 AM | Last reply by James Ren - Wednesday, August 4, 2010 9:31 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 | 5761 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
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 | 5254 Views | Created by prashs - Tuesday, December 8, 2009 5:29 PM | Last reply by pgarvan - Wednesday, December 9, 2009 12:38 AM -
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 | 7156 Views | Created by Ilya_Odin - Saturday, June 6, 2009 6:49 AM | Last reply by Josh Barnard - Tuesday, June 9, 2009 5:57 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 | 9565 Views | Created by parsus - Wednesday, September 10, 2008 10:49 AM | Last reply by pkalyanrao - Monday, June 15, 2009 5:02 PM -
4 Votes
What is the difference between these two job resources, core and node?
You are absolutely right in your second scenario 2. for your new scenario, whether it can take all 8 cores or not depends on your job submission, if your ...Answered | 6 Replies | 8739 Views | Created by hd banki - Tuesday, March 27, 2012 10:20 PM | Last reply by Michael_Man - Tuesday, April 3, 2012 12:20 AM - Items 1 to 20 of 202235 Next ›
No announcements