Pengcheng Shi

Results 5 issues of Pengcheng Shi

Hi, consider the following MWE: ```julia using FFTW using LinearAlgebra using Random using BenchmarkTools using Base.Threads N, M = 512, 16 Random.seed!(42) a = rand(2N-1, M) b = zeros(ComplexF64, N,...

Hi, recently I noticed that my simulation runs slower than before. Consider the following MWE: ```julia using BenchmarkTools using OrdinaryDiffEq using Base.Threads using Random N = 512 Random.seed!(42) u =...

I am using the example of `linescatter2()` and find that: In Juno, title is cut off, ![image](https://user-images.githubusercontent.com/11856151/42232845-bd1f64ac-7ebd-11e8-8b02-b6225af74f12.png) However, in the separate window from REPL, everything is good, as fixed in...

Hi, sorry if the title is not crystal-clear. I found a problem when doing computation on a cluster: ```julia using FFTW, BenchmarkTools, LinearAlgebra, Printf, Polyester, Random println("Julia num threads: $(Threads.nthreads()),...

Hello, I just come across this code: https://github.com/JuliaPackaging/BinaryProvider.jl/blob/6779f5408a5ec0047ed581a3ffa02edcf044be00/src/Prefix.jl#L149-L155 When I build [Gmsh SDK](http://gmsh.info/bin/Windows/) on windows I notice the `lib` is not inside `bin` but just the same as non-windows. So...