Skip to content
Snippets Groups Projects
Commit 68d73c45 authored by Tim Quatmann's avatar Tim Quatmann
Browse files

getMostRecentVersion script updated to also work with Gurobi

parent 3c472a08
Branches master
No related tags found
No related merge requests found
......@@ -20,6 +20,9 @@ switch ($tool) {
case 'gcc':
printMostRecentVersion('/usr/local_rwth/modules/modulefiles/linux/x86-64/DEVELOP/gcc', $tool);
break;
case 'gurobi':
printMostRecentVersion('/usr/local_rwth/modules/modulefiles/linux/x86-64/MATH/gurobi', $tool);
break;
default:
echo "Error: Unhandled module '".$tool."' requested!".PHP_EOL;
exit(3);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment