Madhavan Mukund
unread,Mar 29, 2021, 1:09:44 AM3/29/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to contestm...@googlegroups.com
I'm running 1.4.rc1 using a virtual environment.
By default, g++ is installed with C++11 support, compiler flag -std=gnu++11. I'd like to add/replace this with C++14/C++17 support, compiler flags -std=gnu++14/-std=gnu++17.
Under cms/build/lib/cms/grading/languages, I tried copying cpp11_gpp.py as cpp14_gpp.py and cpp17_gpp.py, editing the files approprirate, and then rerunning "python3 setup.py install". However, I don't see any change in the set of "Allowed programming languages".
(a) What should I do to enable C++14/C++17?
(b) Is it possible to have multiple C++ compilers simultaneously configured/enabled in a contest?
--Madhavan