Replies: 3 comments 2 replies
-
Hi @ecemcimen, What operating system are you on? |
Beta Was this translation helpful? Give feedback.
-
In the v0.5.0-pre pre-release, there is no TAP MSR model that can run with OpenMC, only an MSBR model, so I'm not sure where you are getting this I think you may have an old version of the SaltProc repository. Please update your master branch, or download the pre-release I linked above. Have you run the tests to ensure the software is working? |
Beta Was this translation helpful? Give feedback.
-
Hell @ecemcimen, I apologize for my extremely late response. The error seems to be an issue with your OpenMC installation. Try running the OpenMC test suite (if installing OpenMC from source) to ensure that your OpenMC build is working. You can read more about this here. Also, feel free to post in the OpenMC Discourse form where they can help you get your OpenMC build issues figured out. |
Beta Was this translation helpful? Give feedback.
-
Hello ,
In order to run the SaltProc code with OpenMC, everything required was done during the installation stage. However, when python saltproc -s 2 -i tests/openmc_data /tap_input.json is run, the error is as follows:
Traceback (most recent call last):
File "/home/user1/miniconda3/envs/removal/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/home/user1/miniconda3/envs/removal/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/home/user11/saltproc/saltproc/main.py", line 4, in
app.run()
File "/home/user1/miniconda3/envs/removal/lib/python3.9/site-packages/saltproc/app.py", line 35, in run
_print_simulation_input_info(object_input[1], object_input[0])
File "/home/user1/miniconda3/envs/removal/lib/python3.9/site-packages/saltproc/app.py", line 242, in _print_simulation_input_info
print('Initiating Saltproc:\n'
TypeError: can only concatenate str (not "dict") to str
In addition :
While all the requirements are installed via conda, the latest version of openmc 0.13.2 is installed via source because it is not via conda. Therefore, when conda list is called, pyne , saltproc and others, which are SaltProc's requirements, appear, while openmc 0.13.2 version does not.
How can this problem be resolved? Thanks ....
Beta Was this translation helpful? Give feedback.
All reactions