I am trying to use the new reduce clause with DO CONCURRENT in Fortran. My loop is cgdot=0. do concurrent (i=1:N) reduce(+:cgdot) ...
確定! 回上一頁