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
For some configurations of TAU, the configure script forces pthread support on, which adds the pthread tag to the build.
We should check whether any of these configurations are supported by TAU Commander and, if so, either 1) adjust TAU Commander's tag generation code so that it add pthread for those configurations even if the tag was not explicitly added or 2) add constraints to the models to require pthread support be enabled in TAU Commander for such TAU configurations.
The text was updated successfully, but these errors were encountered:
For some configurations of TAU, the configure script forces pthread support on, which adds the
pthread
tag to the build.We should check whether any of these configurations are supported by TAU Commander and, if so, either 1) adjust TAU Commander's tag generation code so that it add
pthread
for those configurations even if the tag was not explicitly added or 2) add constraints to the models to require pthread support be enabled in TAU Commander for such TAU configurations.The text was updated successfully, but these errors were encountered: