Skip to content

Commit 32b43d4

Browse files
committed
Add onSetAdjointAccessMode to OmpLogicOutputInstrument.
1 parent 8d80a38 commit 32b43d4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

include/opdi/logic/omp/instrument/ompLogicOutputInstrument.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,5 +169,9 @@ namespace opdi {
169169
virtual void onMaster(LogicInterface::ScopeEndpoint endpoint) {
170170
TapedOutput::print("F MAST t", omp_get_thread_num(), "endp", endpoint);
171171
}
172+
173+
virtual void onSetAdjointAccessMode(LogicInterface::AdjointAccessMode adjointAccess) {
174+
TapedOutput::print("F SAAM t", omp_get_thread_num(), "mode", adjointAccess);
175+
}
172176
};
173177
}

0 commit comments

Comments
 (0)