-
Hi, I am trying to use Flux on a worker node. I ran into the following error. Any idea what's the issue here?
Julia 1.6.1, Windows 10.
```
@everywhere import Flux
From worker 2:
F…
-
The SOLLVE V&V test [External/sollve_vv/omptargetvv-test_parallel_for_reduction_task_device-50_task-c](https://github.com/SOLLVE/sollve_vv/blob/809fc82ac08f4ad141c1a4fd0aded49cec7c6944/tests/5.0/task/…
-
## Expected Behavior
Project should build.
## Current Behavior
The 4.4.0 build fails with:
```
/run/build/QGroundControl/src/Joystick/Joystick.cc:19:10: fatal error: GimbalController.h: No such…
-
I created a buildbot 1.2 instance from source, and pointed it at a mysql database.
Buildbot wouldn't start unless I ran 'buildbot upgrade-master', and when I did, it complained about an invalid utf8 …
-
Hi,
I do have the following circuit that includes resistivities that are dependent on voltages in the network:
```spice
.title CauerTest
.model MYSW sw vt=.5 vh=-.4 ron=1e-11 roff=1e12
RIL t_he…
-
## Details
- Atom version: 1.45.0 (system Ryzen 1700) and 1.44.0 (system Pentium Gold)
- Julia version: 1.0.5 64bit
- OS: Windows 10 pro 1809
- Package versions:
System Ryzen 1700:
(v1.0) pkg…
-
I have one builder in my buildbot configuration which whenever starts building causes memory issues in Buildbot. Memory usage on master increases very quickly and after some time it consumes all avail…
aj062 updated
7 years ago
-
| | |
| --- | --- |
| Bugzilla Link | [19371](https://llvm.org/bz19371) |
| Version | trunk |
| OS | Windows 2000 |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
An svn-clang-te…
-
| | |
| --- | --- |
| Bugzilla Link | [51337](https://llvm.org/bz51337) |
| Version | unspecified |
| OS | Linux |
| CC | @JonChesterfield,@pdhaliwal-amd |
## Extended Description
The following te…
-
```
mu1, sigma1 = [2., 2.], [[5., 1.] [1., 5.]]
nv = Distributions.MvNormal(mu1, sigma1)
X = rand(nv, 5000)
```
gives the following error when I test it on Appveyor on windows x86. But it works …