MCNP5 Installation Help for Scientific Linux & CentOS | Rocks Cluster Guide

AI Thread Summary
Users are seeking assistance with installing MCNP5 on Scientific Linux and CentOS within a Rocks Cluster environment. One participant successfully compiled the sequential version of MCNP5 but encountered errors with the MPI version, particularly related to dotcomm modules and comparison statements. Another user faced similar issues during the testing phase of their MPI installation but later resolved their problem by changing the default MPI environment on Rocks Cluster. They reported using GCC 4.4.7 and MPICH2-1.4.1p1 for their compilation. The discussion highlights common challenges and solutions in compiling MCNP5 on Linux-based systems.
junaidarshad
Messages
7
Reaction score
0
Hello,

Is there anyone who has any experience of installing (compiling) MCNP5 on Scientific Linux or CentOS?
Previously I had used MCNP5 on Windows. But Recently I thought of moving to Linux based cluster.

But I am having difficulty in compiling MCNP5 on Linux. The environment that I am using for clustering is Rocks Cluster.

Regards,
 
I had some success in compiling Sequential version of MCNP5 on CentOS.
But MPI version is giving errors. And it looks like all the errors are in dotcomm modules and all the error are either because of poor comparison statements OR because of improper use of Switch statements.
I have attached a screenshot of Terminal.
Any help in this regard will be appreciated.

Regards,

https://i.imgsafe.org/7eb92b50d5.jpg
 
Last edited by a moderator:
junaidarshad said:
I had some success in compiling Sequential version of MCNP5 on CentOS.
But MPI version is giving errors. And it looks like all the errors are in dotcomm modules and all the error are either because of poor comparison statements OR because of improper use of Switch statements.
I have attached a screenshot of Terminal.
Any help in this regard will be appreciated.

Regards,

https://i.imgsafe.org/7eb92b50d5.jpg

The image is broken.
I also installed mcnp5.mpi on linux and got errors at testing phase.
But I guess our mistakes are different but maybe I can help you.
 
wangm23456 said:
The image is broken.
I also installed mcnp5.mpi on linux and got errors at testing phase.
But I guess our mistakes are different but maybe I can help you.

Thanks, I solved my problem. It was because of the default MPI environment loaded on Rocks Cluster.
Once I changed that it compiled successfully.
 
junaidarshad said:
Thanks, I solved my problem. It was because of the default MPI environment loaded on Rocks Cluster.
Once I changed that it compiled successfully.
what compiler and mpi you use?
 
wangm23456 said:
what compiler and mpi you use?

I used the GCC 4.4.7 and MPICH2-1.4.1p1.
 
Back
Top