Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If everything is working correctly you should now see this as your prompt:  

No Format
tacc:~$

It is also likely or expected that upon logging in you see the following:

No Format
The following have been reloaded with a version change:
  1) impi/18.0.2 => impi/17.0.3     2) intel/18.0.2 => intel/17.0.4     3) python2/2.7.15 => python2/2.7.14

These messages have to do with some of the core compilers and associated tools on TACC. You could use the module spider commands detailed below to find out more information of any of these modules and track down why such changes might be being made, but they are not concerning.


Warning

If you see anything besides "tacc:~$" as your prompt, get my attention and be ready to share your screen rather than continuing forward.

...

In previous years, the pip installation program was used to install a few programs. While those programs will be installed through conda this year, the link here is provided to give a detailed walk through of how to use pip on TACC resources. This is particularly helpful for making use of the '--user' flag during the installation process as you do not have the expected permissions to install things in the default directories.

...