self.ID='FMI voima'# the identifier gives the platform name
self.version=''# the platform version used
#def give_blocking_flag(self):
# """
# Returns a blocking flag, which is important if tm5 is submitted in a queue system. The python ctdas code is forced to wait before tm5 run is finished
# """
# return "-s"
#def give_queue_type(self):
# """
# Return a queue type depending whether your computer system has a queue system, or whether you prefer to run in the foreground.
# On most large systems using the queue is mandatory if you run a large job.