From: Aaron Taylor Date: Sat, 15 Apr 2023 05:41:12 +0000 (-0700) Subject: Updating OpenSPARCT2_SAM.cshrc with paths suitable for use on excalibur.SGK. X-Git-Url: http://git.subgeniuskitty.com/OpenSPARC-T2-SAM/.git/commitdiff_plain/be29fcfcf2bedfb45ea73a491cb8eb6dbde2c9c8 Updating OpenSPARCT2_SAM.cshrc with paths suitable for use on excalibur.SGK. --- diff --git a/OpenSPARCT2_SAM.cshrc b/OpenSPARCT2_SAM.cshrc index 542e826..4c6e4f7 100644 --- a/OpenSPARCT2_SAM.cshrc +++ b/OpenSPARCT2_SAM.cshrc @@ -1,10 +1,10 @@ # User needs to define these new variables -setenv SIM_ROOT /home/johndoe/OpenSPARCT2_SAM +setenv SIM_ROOT /home/ataylor/OpenSPARC-T2-SAM if (`uname -p` == "sparc") then - setenv SUN_STUDIO /usr/dist/pkgs/sunstudio_sparc/SUNWspro + setenv SUN_STUDIO /opt/solarisstudio12.3 setenv LD_LIBRARY_PATH "$SIM_ROOT/sam-t2/devtools/v9/lib:$LD_LIBRARY_PATH" setenv PERL5LIB "$SIM_ROOT/sam-t2/devtools/v9/lib/perl5/5.8.8:$SIM_ROOT/sam-t2/devtools/v9/lib/perl5/site_perl/5.8.8" setenv PYTHONHOME "$SIM_ROOT/sam-t2/devtools/v9"