Difference between revisions of "Visualization : VisIT"
Jump to navigation
Jump to search
(Created page with "VisIT VisIT provide the script to do all the compilation. Download the latest script from : http://portal.nersc.gov/project/visit/releases/2.10.0/build_visit2_10_0 Script...") |
(No difference)
|
Revision as of 12:25, 12 February 2016
VisIT
VisIT provide the script to do all the compilation.
Download the latest script from : http://portal.nersc.gov/project/visit/releases/2.10.0/build_visit2_10_0
Script download most of dependency , If internet connection is not provides then the tar of the dependency has to be provided. Which will be identified by script.
http://visitusers.org/index.php?title=Build_visit_overview
Show the available numa nodes
[root@mcs ~]# numactl --hardware
available: 2 nodes (0-1)
node 0 cpus: 0 1 2 3 4 5 6 7 16 17 18 19 20 21 22 23
node 0 size: 65500 MB
node 0 free: 57709 MB
node 1 cpus: 8 9 10 11 12 13 14 15 24 25 26 27 28 29 30 31
node 1 size: 65536 MB
node 1 free: 59780 MB
node distances:
node 0 1
0: 10 21
1: 21 10Show the numa policies
[root@mcs ~]# numactl --show
policy: default
preferred node: current
physcpubind: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
cpubind: 0 1
nodebind: 0 1
membind: 0 1Bind to a CPU socket
time numactl --cpubind=0 --membind=0 rpmbuild -ba kernel.specBind to a CPU core
time numactl --physcpubind=0 --membind=0 rpmbuild -ba kernel.spec