HPCE / hpce-2017-cw5

1 stars 6 forks source link

std::chrono not found on instance #61

Closed ghr55 closed 6 years ago

ghr55 commented 6 years ago

I've been using high precision timer to time my executes on my computer. However, when trying to use the timer on the AWS instance, I got errors that std::chrono wasn't recognised. Any ideas as to why that may be?

m8pple commented 6 years ago

As far as I know, it should be present, as the compiler supports c++11 and it is part of the c++11 standard.

What are the errors that you are seeing?

ghr55 commented 6 years ago

I went on AWS again yesterday and this time didn't get an error. Not sure what the issue was but doesn't seem to be there anymore.