GongChangYan
GongChangYan
Will codon support distributed libraries such as openmpi? If I want to use a distributed library, do I have to encapsulate the interface and import it in codon?
```Python import codon @codon.jit def test(): a = 1 def P(): nonlocal a print(a) P() a = 5 P() if __name__ == "__main__": test() ``` The error message is: ```...
` MATCH ()-[]-() RETURN COUNT(*)` 后 server segmentation fault
``` 15:07 [INFO ] The execution process finished within 45 seconds. 15:07 [DEBUG] [Runner r628276] => Counted 434943376 lines of outputs at /ldbc_data/output/r628276-BFS-datagen-9_2-zf/r628276-BFS-datagen-9_2-zf. 15:07 [DEBUG] [Runner r628276] => Validating contents...