OK, I'm reassured that we're thinking about this appropriately, thanks
Dimitri & friends.
Mark
--
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
Hello Mark,
On 29 June 2016 at 14:37, Mark Shuttleworth wrote:
>
> Folks, I think we need to understand whether i386 won't be widely used
> for very small IoT devices and hence be important for developers
> targeting those. I accept i386 i no longer relevant for PC's and
> laptops, but I would no
Hello,
On 28 June 2016 at 21:08, Seth Arnold wrote:
>> 18.04 LTS:
>> * continue to provide i386 port to run legacy applications on amd64
>> * stop producing i386 d-i / netboot installer
>> * stop producing i386 kernel
>> * stop producing i386 cloud-images
>> * stop producing i386 ubuntu-desktop.i
On 30.06.2016 [16:17:31 +0200], Lars Bungum wrote:
> Dear all,
>
> running this script:
>
> import mpi4py
> from mpi4py import MPI
> import h5py
>
> rank = MPI.COMM_WORLD.rank # The process ID (integer 0-3 for 4-process run)
>
> print(rank)
> f = h5py.File('parallel_test.hdf5', 'w', driver='mp
Dear all,
running this script:
import mpi4py
from mpi4py import MPI
import h5py
rank = MPI.COMM_WORLD.rank # The process ID (integer 0-3 for 4-process run)
print(rank)
f = h5py.File('parallel_test.hdf5', 'w', driver='mpio', comm=MPI.COMM_WORLD)
dset = f.create_dataset('test', (4,), dtype='i'
Hi Bryan,
On Tue, Jun 28, 2016 at 11:02:02AM -0400, Bryan Quigley wrote:
> I'll work on creating a new public survey (and possibly a separate
> partner/customer one).
> Based on my previous one, my biggest concerns were for Lubuntu/Xubuntu.
> With recent memory testing [1] it's even more true for
it looks like IEEE80211_BAND_2GHZ/IEEE80211_BAND_5GHZ, has been renamed
to NL80211_BAND_2GHZ/NL80211_BAND_5GHZ
i have tested the below patch on my machine, and i am able to successfully
build, and use, my wireless adapter with it
diff --git a/src/wl/sys/wl_cfg80211_hybrid.c
b/src/wl/sys/wl_cfg8