Dear community,
After filling in the form and clicking the download button, Firefox attempts to download the file. After roughly 500 MB, the download stops. I tried several times and the same happens for version 9.14 and 9.13.
Same here, actually Iâve ran into multiple problems trying to download different versions. I managed to download the âuniversalâ package (by resuming the download many, many times), but I couldnât get that one to work in the machine I have available (edit: because Iâm running linux on a VM in a macosx laptop and the darn thing has aarch64 cpu and the given binaries are x86_64).
I tried twice today and was able to download SALOME successfully. Could you please check again? If the issue persists, we will escalate it accordingly.
Hi.
Nothing at all.
Itâs either failing to retrieve the download page âWebsite cannot be reachedâ or starting the download but interrupting it after a few MB.
My collague at my department tried the same but the result didnât change.
Could you please try again and let us know if the issue persists ? If it fails, please share any errors displayed in your browserâs DEBUG console as well as the time you tried to reach the download site. This will help the experts pinpoint exactly whatâs going on, since we cannot reproduce the reported issue on our side. Direct download link to the universal binary can be found here.
@NabilG for info, today i received a mail from code_aster inviting to download the last version, and mentionning the âunifiedâ page for all the soft, just wanted to point that in case of salome it looks like the âcurrentâ version is 9.14 instead of the 9.15.
I did end up getting it to run within a docker container emulating amd64 and visualizing through NoVNC as I couldnât get X11 nor RDP to work right..
You can search for âsalomeâ over this repo to see how itâs set-up (you still need to download the tar.gz manually), this is bundled with other tools for making a CFD Stack (Elmer, OpenFOAM, eof-Library and Paraview).
Edit: if you want a standalone image with only salome, you can find it here, if you clone this, download and rename the tarball for whatever version you wish to run to âsalome.tar.gzâ and place it in the same folder as the Dockerfile, then run build-salome.sh and run-salome.sh and you should be able to connect through OpenVNC (on any browser window).
PS: I still need to set-up an easier way to share files between the userâs file system and the containerâs.
PS2: I havenât looked into whether this approach could be extended to actually build from the salome source.