Search found 16 matches

by Masahiro_Akizuki
15 Apr 2024, 11:52
Forum: Installation & compilation
Topic: Elmer WSL Debian 12 with Elmer Virtual Machine Scripts
Replies: 4
Views: 956

Re: Elmer WSL Debian 12 with Elmer Virtual Machine Scripts

The previous version was compiled using the oneAPI intel-mkl, but the View Factors for heat transfer analysis did not work. So, I recompiled using intel-mkl in the repository, even though the Pardiso solver was not available. I uploaded a new version with View Factors working to OneDrive. https://1d...
by Masahiro_Akizuki
12 Apr 2024, 09:31
Forum: Installation & compilation
Topic: Compilation failure on Elmer virtual machine
Replies: 1
Views: 159

Compilation failure on Elmer virtual machine

It appears that a new feature has been added to MeshRemeshing.F90. However, the library included with the VM lacks sufficient PMMG-related functionality, resulting in a compilation failure. I managed to resolve this issue by replacing it with the Fortran code from two weeks ago. https://github.com/E...
by Masahiro_Akizuki
28 Mar 2024, 01:22
Forum: Installation & compilation
Topic: Elmer WSL Debian 12 with Elmer Virtual Machine Scripts
Replies: 4
Views: 956

Re: Elmer WSL Debian 12 with Elmer Virtual Machine Scripts

Introduction to Debian To enter Debian's Stable, sufficient testing must verify that there are no serious problems. For example, singularity-container for HPC has not progressed to the next stage from the Sid repository. The experimental repository This directory contains packages and tools which ar...
by Masahiro_Akizuki
26 Mar 2024, 14:23
Forum: Installation & compilation
Topic: Elmer WSL Debian 12 with Elmer Virtual Machine Scripts
Replies: 4
Views: 956

Re: Elmer WSL Debian 12 with Elmer Virtual Machine Scripts

I have made an instruction manual on how to use WSL distributions.
I think it is faster and more convenient than VirtualBox once you get used to the operation.
by Masahiro_Akizuki
26 Mar 2024, 09:44
Forum: Contributed Cases
Topic: Electric field analysis: high voltage transformer bushing
Replies: 2
Views: 762

Re: Electric field analysis: high voltage transformer bushing

I encountered an issue while trying to read a .pvtu file in ParaView on the Elmer Virtual Machine. I suggest using ParaView directly from the official website at the following URL. https://www.paraview.org/download/ Interestingly, I was able to read the files when using my Debian 12-based WSL distri...
by Masahiro_Akizuki
25 Mar 2024, 13:49
Forum: Contributed Cases
Topic: Electric field analysis: high voltage transformer bushing
Replies: 2
Views: 762

Electric field analysis: high voltage transformer bushing

I make example of electric field analysis of a a high voltage transformer bushing. Unzip the zip file, ElectricStatic-Bushing folder: runs from ElmerGUI ElectricStatic-Bushing-MMG folder: available from the Elmer Virtual Machine or from the WSL distro I created. command:" mpirun -np 4 ElmerSolv...
by Masahiro_Akizuki
24 Mar 2024, 12:10
Forum: Installation & compilation
Topic: MKL in the build when using Windows Subsystem
Replies: 7
Views: 1064

Re: MKL in the build when using Windows Subsystem

The version that works with MMG and ParMMG is here.
However, CPardiso does not work anymore.
https://www.elmerfem.org/forum/viewtopic.php?t=8266

masahiro
by Masahiro_Akizuki
23 Mar 2024, 02:39
Forum: Installation & compilation
Topic: Elmer WSL Debian 12 with Elmer Virtual Machine Scripts
Replies: 4
Views: 956

Elmer WSL Debian 12 with Elmer Virtual Machine Scripts

Hello everyone, I wanted to share that I’ve created a WSL (Windows Subsystem for Linux) distribution and uploaded it to my OneDrive. If you’re interested, please take a look at the PDF file for more details. The file size is 9.1 GB. Best regards, masahiro https://1drv.ms/f/s!AsEXQkt6rT_Kg6ZwwY448I4G...
by Masahiro_Akizuki
19 Mar 2024, 00:01
Forum: Installation & compilation
Topic: Compiling Elmer in Windows 10 using Visual Studio
Replies: 5
Views: 492

Re: Compiling Elmer in Windows 10 using Visual Studio

1. WSL allows you to compile Linux binaries. 2. I recall that the previous Elmer Virtual Machine (based on Fedora 37) had a compilation script with debugging capabilities. This could serve as a useful reference. 3. In the current version, this buildelmer script disables debugging mode by commenting ...