Bug with new ComputedUTFHierarchy - Pablo issue?
The branch computed-UTF-if-hierarchy at commit 82237765 has logic for finer grained if-hierarchy creation with the UTF compiler.
There is currently an issue of incorrect output being produced.
On cs-osl-11, the following command illustrates the incorrect output.
cameron@cs-osl-11:~/parabix-devel/build12$ bin/nfd -UseComputedUTFHierarchy ag1 | hexdump -C
00000000 db 80 00 0a |....|
00000004
The correct output is produced with the default hierarchy.
cameron@cs-osl-11:~/parabix-devel/build12$ bin/nfd ag1 | hexdump -C
00000000 db 95 d9 94 0a |.....|
00000005
Note that the output can also be compared with that produced by uconv -x any-nfd:
cameron@cs-osl-11:~/parabix-devel/build12$ uconv -x any-nfd ag1 |hexdump -C
00000000 db 95 d9 94 0a |.....|
00000005
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information