MCPcopy Create free account
hub / github.com/Sense-GVT/DeCLIP / makedir

Function makedir

prototype/utils/misc.py:59–62  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

57
58
59def makedir(path):
60 if link.get_rank() == 0 and not os.path.exists(path):
61 os.makedirs(path)
62 link.barrier()
63
64
65def parse_config(config_file):

Callers 6

setup_envMethod · 0.90
setup_envMethod · 0.90
setup_envMethod · 0.90
setup_envMethod · 0.90
setup_envMethod · 0.90
setup_envMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected