Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ElmerCSC
GitHub Repository: ElmerCSC/elmerfem
Path: blob/devel/elmerice/Tests/GlaDS_2d/README.txt
3206 views
1
To execute the test:
2
--------------------
3
4
#################
5
# Run on 1 proc
6
#################
7
8
9
# Run
10
mpirun -np 1 ElmerSolver_mpi glads_2d.sif
11
12
13
#################
14
# Run on 2 procs
15
#################
16
17
# Replace UMFPACK with MUMPS in the sif
18
# file if you are using multiple partitions
19
20
# Mesh with 2 partitions (mesh_B5/partitioning.2)
21
# including moulins nodes is provided with this test
22
23
# Create 2 partitions
24
ElmerGrid 2 2 mesh_B5 -partition 2 1 1
25
26
# Distribute Moulins
27
python makemoulin.py --meshdir mesh_B5 --moulin B5_M.xy --partition 2
28
29
# Run
30
mpirun -np 2 ElmerSolver_mpi glads_2d.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
44
# Then distribute Moulin Nodes among the partitions
45
python makemoulin.py --meshdir mesh_B5 --moulin B5_M.xy --partition NUMBER_OF_PARTITIONS
46
47
48
49
50
51
Results established:
52
------------------
53
22.12.2019
54
Mondher CHEKKI IGE
55
Gricad Cluster: Dahu
56
Compiler version: intel/intelmpi version 18.0.5
57
gcc/gfortran version 6.3.0
58
Revision bddcb7f2
59
60
61
62