Wine
Wine (originally an acronym for "Wine Is Not an Emulator") is a compatibility layer capable of running Windows applications on several POSIX-compliant operating systems, such as Linux, macOS, & BSD. More information can be found here
Available containers
Name | sha256 | mpi | labels | descripion |
---|---|---|---|---|
Singularity.Wine-6.0.2.localimage.sif | a29f9dd2e774c1918b0d462111367fc6870f77c6c0473472743230c18b0a294a | none | none | benchmark |
Singularity.Wine-6.0.4.localimage.sif | 3a0f2d85c5b5ebb98707cf99719da56ad49bc5ca804abfba5adf622013f463ff | none | none | benchmark |
Singularity.Wine-6.0.4.localimage.sif | ecf491f92e8551340a1e6010d95b87572c3e941772129617cefd4d13ba108fd6 | none | none | benchmark |
Running the container
Example invocation of Wine benchmark
cd $TMPDIR
wget -q https://www.7-zip.org/a/7z2107-extra.7z
ml p7zip
7z x 7z2107-extra.7z
module purge
export GMX_MAXBACKUP=-1
time singularity -s run -B $PWD:/host_pwd --pwd /host_pwd $PLCR/images/$CONT wine 7za.exe b
RC=$?
echo "Test completed, rc=$RC"