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
There are warning messages while running with threaded lulesh2.0.
Since MICA currently does not support multi-threaded program, the results may be invalid.
Messages:
WARNING: Thread creation detected, results can be corrupted!
C: Tool (or Pin) caused signal 11 at PC 0x7f3e9f338498
C: Location may be in in-lined analysis code, try re-running with '-inline 0' to debug itSegmentation fault
Command to reproduce the results:
OMP_NUM_THREADS=16 && ./pin -t mica.so -- ./lulesh2.0 -i 10 -s 200
The text was updated successfully, but these errors were encountered:
@twang15 thanks for mentioning this and your offer. Feel free to explore other ways as a workaround or add your own code. In the past, we had some tries to add this features, but none of them went far enough to be added to the main branch. For now, I would suggest you run them sequentially and calculate the overall workload in a single thread. Aggregating the results of a parallel program is troublesome and might affect the quality of the benchmarking, thus the current version of Mica does not support that.
There are warning messages while running with threaded lulesh2.0.
Since MICA currently does not support multi-threaded program, the results may be invalid.
Messages:
WARNING: Thread creation detected, results can be corrupted!
C: Tool (or Pin) caused signal 11 at PC 0x7f3e9f338498
C: Location may be in in-lined analysis code, try re-running with '-inline 0' to debug itSegmentation fault
Command to reproduce the results:
OMP_NUM_THREADS=16 && ./pin -t mica.so -- ./lulesh2.0 -i 10 -s 200
The text was updated successfully, but these errors were encountered: