Running gvt-7o`clock Algorithm for GVT Computation
Closed this issue · 2 comments
aliardaeker commented
Hello,
I was trying to use gvt-7oclock instead of gvt-mpi_allreduce for gvt computation but when I run the simulator it doesn
t know the type tw_volatile and it gives me undefined reference errors for tw_net_send_lvt() and tw_net_gvt_compute() functions.
These functions are decleared in ross-network.h but not defined in network-mpi.c as they should be. Could any one have a idea about the problem?
Thank you.
caitlinross commented
Those functions aren't defined because the 7 o'clock GVT isn't currently being used in ROSS (hence the '.old' on the end of the file name in the repo). gvt/mpi_allreduce.c
provides the GVT functionality now.
aliardaeker commented
Ohh, ok I got it. Thank you.
…On Wed, Jun 14, 2017 at 11:49 PM, Caitlin Ross ***@***.***> wrote:
Those functions aren't declared because the 7 o'clock GVT isn't currently
being used in ROSS (hence the '.old' on the end of the file name in the
repo). gvt/mpi_allreduce.c provides the GVT functionality now.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<https://github.com/carothersc/ROSS/issues/118#issuecomment-308620971>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARIv3XU_XjWl2A2yiFjIqX_dLDAwsWOFks5sEKnWgaJpZM4N43T2>
.