-
Notifications
You must be signed in to change notification settings - Fork 139
Expand file tree
/
Copy pathINSTALL_NOTES
More file actions
96 lines (63 loc) · 3.07 KB
/
Copy pathINSTALL_NOTES
File metadata and controls
96 lines (63 loc) · 3.07 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
Installation instructions for VisIt
=====================================
This document contains instructions for installing VisIt on Windows, MacOS X,
and Unix systems. The Windows and MacOS X installation instructions are first,
followed by the Unix installation instructions.
Windows:
========
1. Download the visit3_1_4.windows-x86_64.exe installer program to
your desktop.
2. Double click on the installer program icon to run the installer.
3. Follow the directions provided by the installer.
MacOS X:
========
Downloads:
1. Download visit3_1_4.darwin-x86_64-10_13.dmg and copy it to the desktop.
2. Double click on the file to open it. This will cause MacOS to mount the
disk image and open it in Finder.
3. Once the disk image is open in Finder, copy the VisIt application to
the desktop.
4. Eject the disk image in Finder.
5. Double click on the VisIt application to run VisIt.
Unix (gzipped tar file):
========================
1. Run the visit-install script to install visit. If you have built your
own visit binary distribution, you can find the visit-install script
in the svn_bin directory. The visit-install script can create a new
distribution directory or update an existing distribution. This is
handled automatically.
chmod 755 visit-install3_1_4
./visit-install3_1_4 "version" "platform" "directory"
where
"version" will be 3.1.4 for the current distribution.
"platform" will be one of the following:
linux-x86_64-ubuntu18
linux-x86_64-debian9
linux-x86_64-fedora27
linux-x86_64-rhel7
linux-x86_64-rhel7-wmesa
The one you use should match the name of the accompanying
distribution file.
"directory" is the directory you wish to install visit into.
If the directory doesn't exist the script will create it.
For example
chmod 755 visit-install3_1_4
./visit-install3_1_4 3.1.4 linux-x86_64-rhel7 /usr/local/visit
will install the linux-x86_64-rhel7, 3.1.4 version of visit in the
directory "/usr/local/visit". Note that you will need to have the
file "visit3_1_4.linux-x86_64-rhel7.tar.gz" present in the current
directory for this to function properly.
2. Add the bin directory below the installation directory
(/usr/local/visit/bin in our example) to each user's search path.
The best way to do this is to add it to the user's .cshrc file.
The bin directory contains the visit script which starts VisIt.
It can be run on many machines. The script determines the type of
machine it is running on and starts the appropriate executable.
If visit were installed in the directory "/usr/local/visit",
then the following commands would set your search path
appropriately.
cd
echo "set path = ($path /usr/local/visit/bin)" >> .cshrc
This completes the installation process for VisIt.
3. If you are installing VisIt on a Linux system with an NVidia graphics
card, we recommend using the latest driver.