Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ElmerCSC
GitHub Repository: ElmerCSC/elmerfem
Path: blob/devel/elmerice/Tests/GlaDS_3dMesh/README.txt
3206 views
1
To execute the test:
2
--------------------
3
4
#################
5
# Run on 1 proc
6
#################
7
8
# Run
9
mpirun -np 1 ElmerSolver_mpi glads_3dmesh.sif
10
11
12
#################
13
# Run on 2 procs
14
#################
15
16
# Replace UMFPACK with MUMPS in the sif
17
# file if you are using multiple partitions
18
19
# Mesh with 2 partitions (mesh_B5_3d/partitioning.2)
20
# including moulins nodes is provided with this test
21
22
23
# Create 2 partitions
24
ElmerGrid 2 2 mesh_B5_3d -partition 2 1 1
25
26
# Distribute Moulins
27
python makemoulin.py --meshdir mesh_B5_3d --moulin B5_M.xy --partition 2
28
29
# Run
30
mpirun -np 2 ElmerSolver_mpi glads_3dmesh.sif
31
32
33
34
###############################
35
# Notes: Create Mesh from .geo
36
###############################
37
38
# Need gmsh version 3.0.6 or less
39
# Otherwise you will not be able to create the same mesh
40
41
gmsh -1 -2 mesh_B5.geo
42
ElmerGrid 14 2 mesh_B5.msh -autoclean
43
ElmerGrid mesh.eg
44
45
# Then distribute Moulin Nodes among the partitions
46
python makemoulin.py --meshdir mesh_B5_3d --moulin B5_M.xy --partition NUMBER_OF_PARTITIONS
47
48
49
Results established:
50
------------------
51
22.12.2019
52
Mondher CHEKKI IGE
53
Gricad Cluster: Dahu
54
Compiler version: intel/intelmpi version 18.0.5
55
gcc/gfortran version 6.3.0
56
Revision bddcb7f2
57
58
59
60