Apptainer (formerly known as Singularity) is a tool very specific to HPC. It allows the execution of docker containers in user space. This alleviates the concern of granting admin privileges to end users on a shared file system. Singularity also comes with its own language to build a singular...
How to build OpenRadioss Build defaults Get the source Building on Linux Building on Linux Arm64 Build OpenRadioss on Windows with cmd Shell Build OpenRadioss with Visual Studio Build OpenRadioss with cygwin How to build OpenRadioss on Linux with Container using Apptainer How to debug with Vis...
Step 2: Under the Available tab, search for "Docker" and install the docker cloud plugin and restart Jenkins. Here is theofficial plugin site. Make sure you install the right plugin as shown below. Step 3:Once installed, head over to Jenkins Dashboard --> Manage Jenkins -->Configure syst...
The new ServerCotainerUnit1.pas unit is different however: instead of using a TDataModule to place the TDSServer, TDSServerClass and the transport components, we now get a class derived from TService containing the DataSnap components. And apart from being derived from TService, there are ...