Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about BEAMnrc parallel computing under Linux. #1123

Open
CQUswl opened this issue Apr 29, 2024 · 1 comment
Open

Question about BEAMnrc parallel computing under Linux. #1123

CQUswl opened this issue Apr 29, 2024 · 1 comment
Labels

Comments

@CQUswl
Copy link

CQUswl commented Apr 29, 2024

When I ran the example BEAM_EX10MeVe under Linux, I noticed a strange phenomenon. When I run it in parallel using BEAMnrc_GUI, the programme does not continue to run after displaying what is shown below.
image
Click "EXECUTE" again to display the same result. At the same time, I found an additional text in the BEAM_EX10MeVe folder with the name &1 and the following contents:
image
However, when I try to run it using the command “egs-parallel”, the program works fine. So I don't know if there is a bug in BEAMnrc_GUI.

@CQUswl CQUswl added the bug label Apr 29, 2024
@rtownson
Copy link
Collaborator

Indeed, the GUIs do not support parallel runs unless you modify them to work for your system. They assume you have 'qsub', which is generally not true. In the future we should either remove this feature entirely, or integrate egs-parallel in some way.

For now, just use egs-parallel as you have been.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants