HaochengLian

Results 18 comments of HaochengLian

Release里面好像还是0.6.8版本。

牛哇牛哇!

又失效了(

大家每天定时重启几次啊?

No, I `configure` it on the login node and `make` on the login node, and my configure command is: ```sh ./configure --prefix=/path/to/mpich --with-cross=./cross ``` and the `cross` file: ``` CROSS_F77_SIZEOF_INTEGER=4...

I experimented today and found that using gcc version 13.1.1 will have this problem, both on the login node and the compute node.

I'm also trying to simulate Rocket Core on ZCU102, using the peripheral code provided by the guy who opened the issue. Then, I fixed some syntax errors that occur in...

emmmm,可能是我把可执行文件放到/usr/local/bin里了(我希望在任意位置执行命令); 在这种条件下,我在上传时没有生成json文件。。 而且一个严重的问题是,我的上传任务包含了上百个文件夹上千个文件,它们从几kb到几gb都有,在上传任务执行完毕后,我发现只有接近30%的文件被成功上传了。然后我想重新执行一次上传任务,发现如果云盘上对应文件已存在的话会导致程序意外退出。。