Wujian Peng

Results 4 comments of Wujian Peng

Hello, shwnyao: I met the same problem in the same condition(when installing tumx), have you solve it?

> @wujianP no I did not. I just went back to use screen instead. btw I came across other suggestion on the web but it did not work for me....

Hi, @shwnyao : I solved this problem by modifying one line in [zztmux.sh](https://github.com/innerlee/setup/blob/master/zztmux.sh) as bellow: replace: `LINE29: ./configure --prefix="$ROOTDIR"` with: `LINE29: ./configure --prefix="$ROOTDIR" CFLAGS="-I$ROOTDIR/include" LDFLAGS="-L$ROOTDIR/lib"` You can have a try.

Hi, thanks for your great script! can you provide a demo script with hyperparameters that works? thanks