TRANSP related libraries, like uflib, ureadsub, pspline etc., utilities, like RPLOT, UGRAF* and scripts, like tek6up.pro are available via "module load ntcc".
Note: As of June 13, 2011, portalr5 became portal, running RedHat 5.
Do not load lff95 - we don't support it.
See: GPPC Software
You should add the following to your .bash_profile or .login
On portal:
Be sure you have loaded a compiler first
e.g.
module load pathscale (portal RedHat 5)
module load intel (portal for stix only)
If you are a NSTX user:
module load nstx
module load netcdf
module load perl
module load ntcc
If you only want TRANSP tools:
module load netcdf
module load mdsplus
module load perl
module load ntcc
You can use $TRANSP_LOCATION/.bash_profile_sample or $TRANSP_LOCATION/.login_sample as a Template.
(Note: TRANSP_LOCATION is defined in module ntcc; currently: /p/xshare/NTCC/etc)
tcsh users:
The .cshrc (or .tcshrc) file is executed every time a new C shell is started. The .login is executed after the .cshrc file only when you initially log in. Generally, environment variables should be set in the .login file, and alias and set commands should be in the .cshrc file.
bash users:
.bash_profile is executed for login shells, while .bashrc is executed for interactive non-login shells.