Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit a1a10041 authored by Harald MARTINI's avatar Harald MARTINI
Browse files

set architecture ID for IHPC to p2

parent a9e614c2
No related branches found
No related tags found
No related merge requests found
......@@ -112,6 +112,7 @@ namespace TUGraz.VectoCommon.InputData
return GetIepcArchitectureId(jobType, em);
case VectoSimulationJobType.IHPC:
return ArchitectureID.P2;
break;
default:
throw new ArgumentOutOfRangeException(nameof(jobType), jobType, null);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment