Advanced Search
Search Results
115 total results found
Revvity Software
Chemoffice, Signals Notebook
desktop
Physical Sciences desktop recommendations
Xibo Tutorial
ZotDefend Compliance
ZotDefend Compliance Instructions for End-Users (School of Physical Sciences ONLY)
Code V
Code V Install Instructions
Creating a new Form
Structure -> Webforms -> Forms Click "Add Webform" 3. Enter the details about the new form.
Adding Questions to the Form
In the build menu, you can add new elements for the user to fill out, rearrange their order, and save them when finished. In this example, we add a text field and ask the user their name.
Choosing where responses to the form go
Go to the settings menu and you can change options about how the form responses work. Now, save your changes and you should be good to go!
Requesting New Accounts
To request an account as part of a research group in ESS or Physics that owns nodes in greenplanet, email hpcops@ps.uci.edu with the PI name, name of the user, desired username (or ucinetid), and email address. To request an account as part of the modeling fa...
Logging In
[NOTE! If you are off the UCI campus, you will likely need to use the UCI campus VPN. See www.oit.uci.edu/help/vpn/ for details.] Logging In To log in to greenplanet, ssh to gplogin3.ps.uci.edu. If you are part of the ATLAS group, you should use gpatlas1.ps...
Changing Your Password
To change your greenplanet password, either initially or later on, type passwd on a login node. This is a wrapper script which will in turn ssh to to the headnode and run the passwd command there, so you will have to enter your old password multiple times. I...
Software Environment
Environment Modules (Lmod) are used to configure your environment for many pieces of installed software on greenplanet, including compilers and MPI environments. To see a list of available packages, type: "ml spider" ml spider To load a specific package/ver...
Miniconda
The default installation of Miniconda may have restrictive licensing on some packages. The drop-in replacement "miniforge" will set up a similar minimal conda environment that defaults to the "conda-forge" channel of open packages. As the packages in Python d...
X11 for Mac
MacOS 10.9 and later (11.2 “Big Sur” Working as of 4 March 2021): Upgrade OS to latest available (not always necessary, but usually avoids bugs) Upgrade to (or install) XQuartz-2.8.5 Log out/Log in to your Mac (may not be needed for upgrades from earlier ...
X11 for Windows
Here are a list of X Windows servers for Windows X2Go Requires an X2Go server on the target server. Creates a full remote desktop connection. https://wiki.x2go.org/doku.php https://wiki.x2go.org/doku.php/doc:installation:x2goclient Note: X2Go ...
X11 for Linux
X2Go Requires an X2Go server running on the target server. Creates a full remote desktop session. Client can be installed through the system repos, eg on Ubuntu: sudo apt install x2goclient X11 Forwarding As long as your current environment supports X11, ...
Compiler Variants
Here are the compiler options on the new side of the cluster (gplogin2/3). gnu => GCC; intel => Intel Parallel Studio XE; mkl => Intel Math Kernel Library For MPI Variants see this page. Compiler/Version To use gnu/4.8.5gnu/7.2.0gnu/7.3.0gnu/8.1.0g...
OpenMP Variants
OpenMP is a threading option built into GCC/Intel compilers. https://www.openmp.org/resources/openmp-compilers-tools/ Intel options: OpenMP 4.5 C/C++/Fortran supported in version 17.0 compilers OpenMP 4.5 C/C++/Fortran supported in version 18.0 compile...