Skip to content
Snippets Groups Projects

P2P

Open
Jammer, Timrequested to merge
p2p into main
3 files
+ 8
23
Compare changes
  • Side-by-side
  • Inline

Files

#! /usr/bin/python3
from scripts.Infrastructure import MPICall
from scripts.Infrastructure.Instruction import Instruction
from scripts.Infrastructure.AllocCall import AllocCall, get_free
@@ -112,4 +111,4 @@ class CorrectParameterFactory:
return "MPI_GROUP_NULL"
# TODO implement other types
print("Not Implemented: " + variable_type)
assert False, "Param not known"
assert False, "Param not known"
\ No newline at end of file
Loading