| Version 1 (modified by , 16 years ago) ( diff ) |
|---|
If you have access to the ifaps1 machine at the ifa, you can 'steal' the ipp user's config files in order to use the IPP without compiling or worrying about keeping the IPP software up to date. The IPP build for the ipp user is updated and maintained by Heather Flewelling.
setting up IPP on your account
First you need to ssh to the ifaps1:
ssh username@ifaps1
Then copy .ptolemyrc and .ipprc from the user ipp:
cp ~ipp/.ptolemyrc ~/ cp ~ipp/.ipprc to your ~/
and then edit ~/.tcshrc and add the following:
if (-e /home/ifaps1/ipp/psconfig//psconfig.csh) then
alias psconfig "source /home/ifaps1/ipp/psconfig//psconfig.csh"
psconfig default
endif
That should be all that is necessary to run the IPP on ifaps1 (under your account).
Note:
See TracWiki
for help on using the wiki.
