You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1 - Detailed description of problem or enhancement
When simulating HPCG on Vanadis, Vanadis reports the error "Error has been detected in retired instruction".
2 - Describe how to reproduce
Edit the configuration file src/sst/elements/vanadis/tests/basic_vanadis.py to set numCpus to 2 and numThreads to 2. Change processList to set the environment variable KMP_USE_YIELD to 0 to avoid an unrecognized system call 124, as shown below.
New Issue for sst-elements
1 - Detailed description of problem or enhancement
When simulating HPCG on Vanadis, Vanadis reports the error "Error has been detected in retired instruction".
2 - Describe how to reproduce
Edit the configuration file
src/sst/elements/vanadis/tests/basic_vanadis.py
to setnumCpus
to 2 andnumThreads
to 2. ChangeprocessList
to set the environment variableKMP_USE_YIELD
to 0 to avoid an unrecognized system call 124, as shown below.Set
VANADIS_EXE
to the point to the attached executable. xhpcg.zipNote that I have run this executable natively, and it ran successfully to completion.
Set
VANADIS_EXE_ARGS
as shown below. Then run the simulation.Note that soon after it starts, the program will prompt you to "Press key to continue". So, you will need to press a key.
The simulation simulates about 30 ms and then fails with
3 - What Operating system(s) and versions
Rocky Linux 8.9
4 - What version of external libraries (Boost, MPI)
5 - Provide sha1 of all relevant sst repositories (sst-core, sst-elements, etc)
sst-elements
7e67f8f29
sst-core
e952a81bcb
6 - Fill out Labels, Milestones, and Assignee fields as best possible
The text was updated successfully, but these errors were encountered: