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

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 4K views
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.