No announcements
Found 17373 threads
-
0 Votes
Running an MPI job using the HPC scheduler in several hosts
The right command line was (for a 2 node cluster): job submit /scheduler:my_head_node /jobtemplate:my_job_template /jobname:TransformationEngine-MPI ...Answered | 1 Replies | 7118 Views | Created by Alberto Cuesta Canada - Friday, September 7, 2012 6:54 AM | Last reply by Alberto Cuesta Canada - Monday, September 10, 2012 4:52 AM -
0 Votes
MS-MPI on Windows XP Professional?
Moshe, The HPC Server 2008 SDK, installed on a single WindowXP (32-bit and 64-bit) machine, enabled the developer to run MS-MPI jobs with an arbitrary number ...Answered | 1 Replies | 8404 Views | Created by Moshe Ha - Sunday, September 28, 2008 7:48 AM | Last reply by elantz - Wednesday, October 1, 2008 8:40 PM -
0 Votes
MS-MPI Connection Errors
Also, the same issue occurred in a different mode of the program, where the first MPI communication calls were mpi_isend instead of mpi_alltoallv.Answered | 2 Replies | 8670 Views | Created by dhr46 - Monday, June 16, 2008 6:13 PM | Last reply by dhr46 - Tuesday, June 17, 2008 8:41 PM -
0 Votes
MPI problem
Hi Jong, The MPICH_ND_ZCOPY_THRESHOLD parameter controls when the Network Direct communication channel in MS-MPI switches from copying user data into pre-registered buffers ...Answered | 3 Replies | 8329 Views | Created by yyalli - Friday, November 6, 2009 6:10 AM | Last reply by Fab Tillier [MS] - Sunday, January 17, 2010 4:30 PM -
0 Votes
Can MPI Do This?
Recently, I was learning the MPI and windows hpc server 2008.Answered | 1 Replies | 4992 Views | Created by macaomk - Tuesday, October 2, 2012 4:08 PM | Last reply by conrarn - Tuesday, October 2, 2012 8:47 PM -
0 Votes
Ms-MPI on NetWork Direct interface
As mentioned on the MS Connect site for HPC Server 2008, the new Mellanox drivers are posted here: http://www.mellanox.com/products/MLNX_WinOF.php ...Answered | 3 Replies | 8132 Views | Created by rocker_979098 - Thursday, May 15, 2008 10:32 AM | Last reply by elantz - Friday, July 18, 2008 6:55 PM -
0 Votes
MS-MPI and cmd Windows server 2008
The concept you're missing here is that of the job scheduler in HPC Server 2008.Answered | 1 Replies | 17196 Views | Created by Hesham Adel - Friday, September 12, 2008 8:38 PM | Last reply by elantz - Tuesday, September 16, 2008 3:16 PM -
0 Votes
MPI and head node
Suggest you use a combination of these MPI functions: MPI_Get_processor_name, MPI_Comm_rank, MPI_Bcast Have each rank execute MPI_Get_processor_name() which ...Answered | 3 Replies | 7436 Views | Created by Wei Xu - Tuesday, May 13, 2008 8:37 AM | Last reply by elantz - Tuesday, June 24, 2008 1:14 AM -
0 Votes
How to determine if running on a MS HPC headnode
I have seen quite a few CCS/HPC clusters and in every case the cluster's and headnode's name were the same, however is it always the case?Answered | 3 Replies | 6129 Views | Created by Krzysztof Szawala - Thursday, May 28, 2009 2:44 PM | Last reply by Don Pattee - Wednesday, June 24, 2009 10:06 PM -
0 Votes
HPC implementation for MPI
HPC Pack requires all the nodes being in the same domain.Discussion | 1 Replies | 911 Views | Created by Unique_Name - Friday, May 16, 2014 10:24 AM | Last reply by SnOoPy1214 - Wednesday, May 21, 2014 2:49 AM -
0 Votes
Tesla Cl060 driver for Win HPC Server 2008R2
And I do find win7 driver for C1060 here but not for Windows HPC Server 2008 R2 Before you can get a device driver for HPC Server 2008 R2, as an alternative way, ...Answered | 2 Replies | 5243 Views | Created by YuJinSu - Wednesday, December 15, 2010 2:31 PM | Last reply by YuJinSu - Thursday, December 23, 2010 11:05 AM -
0 Votes
failure in "job submit" after HPC Pack SP1 install
I thought I remembered installing it, but I couldn't find a reference to it anywhere, Windows Update claimed that "HPC Pack 2008 Service Pack 1" wasn't installed.Answered | 4 Replies | 7019 Views | Created by tosa.yasunari - Wednesday, August 5, 2009 8:51 PM | Last reply by Luke Scharf - Tuesday, August 11, 2009 9:18 PM -
0 Votes
Other MPI error, error stacK
sorry, I don't have a sample program with sockets & MPI.Answered | 5 Replies | 9411 Views | Created by alejo_ol - Thursday, July 30, 2009 3:06 AM | Last reply by Lio - Monday, August 10, 2009 6:56 PM -
0 Votes
MPI, C# and Executing Tasks
what you could eventually do is to query the data from your mpi application. the main MPI rank can start by querying the database to get ...Answered | 6 Replies | 11783 Views | Created by manyu_aditya - Tuesday, November 20, 2007 12:11 AM | Last reply by bigger kahuna - Saturday, January 19, 2008 11:50 PM -
2 Votes
MS MPI installation fails
You can also refer this thread for more info.Answered | 6 Replies | 3622 Views | Created by SiriusCanopus - Monday, May 21, 2018 2:29 PM | Last reply by johnjun7 - Saturday, November 17, 2018 3:59 PM -
0 Votes
MPI over Infiniband (parallel Fluent on Windows Compute Cluster 2003)
If you are using winsock direct, you should also pass the -env MPICH_SOCKET_SBUFFER_SIZE 0 parameter to your mpi calls, as without this flag you will limit our bandwidth ...Answered | 4 Replies | 15289 Views | Created by k.j.vanmierlo - Monday, July 28, 2008 5:06 PM | Last reply by Jeff Baxter - Saturday, August 2, 2008 4:55 PM -
1 Votes
How to wrap the MPI code into a DLL
According to MPI standard, the MPI_Comm_connect and MPI_Comm_accept functions are used.Answered | 4 Replies | 1488 Views | Created by G Wang - Monday, August 21, 2017 1:33 AM | Last reply by G Wang - Friday, August 25, 2017 1:07 AM -
0 Votes
Using MS MPI in Client Server Model
If you have installed the Microsoft HPC pack, please run: cluscfg setenvs MPICH_NETMASK=10.66.0.0/255.255.0.0 and then try your test again?Answered | 4 Replies | 8833 Views | Created by Humayun Khan - Tuesday, May 11, 2010 6:31 AM | Last reply by James Ren - Wednesday, August 4, 2010 9:31 PM -
0 Votes
Nastran Application in Windows HPC 2008
What is the command line I need to use to schedule a task in HPC for Nastran?Answered | 8 Replies | 11375 Views | Created by Srikanth Gumma - Wednesday, December 30, 2009 5:05 PM | Last reply by GCG_9Dot - Monday, September 20, 2010 5:51 AM -
0 Votes
HPC Node Manager will not start
I'm facing the same issue with HPC Pack 2012.Answered | 19 Replies | 19715 Views | Created by dkasierer - Tuesday, October 19, 2010 8:49 PM | Last reply by Vineet44Kulkarni - Sunday, November 10, 2019 6:17 PM - Items 1 to 20 of 17373 Next ›
No announcements