How to fix this error in MCNPX 2.7?

AI Thread Summary
The error in MCNPX 2.7, "Error posting readv, An existing connection was forcibly closed by the remote host," typically indicates issues with running parallel versions across multiple machines. Users should check their operating system, command usage, and input files to troubleshoot effectively. Proper MPI setup is crucial for multi-machine operations, and testing with other programs can help verify functionality. For simpler execution, running the program with multiple tasks using OMP may be a viable alternative. Addressing these factors can help resolve the error encountered.
ahb
Messages
1
Reaction score
0
TL;DR Summary
error in MCNPX 2.7
Hello, What is the reason for the following error in MCNPX 2.7?

Error posting readv, An existing connection was forcibly closed by the remote host. (10054)unable to read the cod header on the pmi context, Error = -1
 
Engineering news on Phys.org
Welcome to Physics Forums @ahb,

That looks like a problem running parallel versions on multiple machines. What OS are you using, what command are you using and (if you can share it and if it matters) what input file are you using?

If you are expecting to run it over multiple machines how is your MPI set up and can you run other programs to verify that works?

If this looks complicated and you don't want to deal with it, try running the program only with multiple tasks. OMP usually just works.
 
Hello everyone, I am currently working on a burnup calculation for a fuel assembly with repeated geometric structures using MCNP6. I have defined two materials (Material 1 and Material 2) which are actually the same material but located in different positions. However, after running the calculation with the BURN card, I am encountering an issue where all burnup information(power fraction(Initial input is 1,but output file is 0), burnup, mass, etc.) for Material 2 is zero, while Material 1...
Hi everyone, I'm a complete beginner with MCNP and trying to learn how to perform burnup calculations. Right now, I'm feeling a bit lost and not sure where to start. I found the OECD-NEA Burnup Credit Calculational Criticality Benchmark (Phase I-B) and was wondering if anyone has worked through this specific benchmark using MCNP6? If so, would you be willing to share your MCNP input file for it? Seeing an actual working example would be incredibly helpful for my learning. I'd be really...
Back
Top