Open suman-phy opened 5 years ago
How did you install Hyperion? How are you running it with MPI? And are you getting any error messages?
I have tried installing hyperion using both the commands in the following link:
https://anaconda.org/conda-forge/hyperion
I set the code for arbitrary model with a spherical source and grid with a self defined density. For mpi running, I've tried both
m.run('model.rtout', mpi=True, n_processes=
The code is running fine under mpi mode with 4 processses in my desktop. However, in HPC only serial mode is running. While running under mpi mode in HPC, there is no error message or anything in the out file, however the status shows that program is running. Below is a script file I tried in HPC
mpiexec -n 32 hyperion_sph_mpi a.rtin a.rtout
I couldn't figure out if I'm doing anything wrong. Also, I'm new to HPC. Kindly help me.
@suman-phy - sorry for my delayed response! I'm also not sure what could be happening, but this might be an issue specific to your HPC set-up. Have you tried asking the administrators of the cluster?
When I tried to run the code in serial in a HPC cluster, it's running quite well. However, when I tried to run it in mpi mode, it was simply not running. Can you help me about any specific reason?