Software Applications
Grinder supports a multitude of software applications. Most of them are very simple to invoke in the UNIX environment. The purpose of this section is to allow the user to quickly find the basics for all software applications installed on grinder.
Some of the available applications on Grinder can make use of both a text-based terminal emulator and the X-Windows environment. Currently, URI does not provide an X-Windows emulation program for either the Windows or Macintosh platforms. Commercially available X-Windows emulators may be compatible with the Grinder based applications, but no compatibility testing has been performed by URI.
Abaqus
Abaqus only runs in the C shell and requires that you have a file in your home directory named .cshrc that contains the following line:
source/usr/local/bin/.arcinit
If you do not have a .cshrc file, you can create one by using the supported editors, or copy one from the system by using the following command:
copy /usr/local/bin/.cshrc ~/.cshrc
Enter the C shell anytime by typing csh at the Korn shell prompt $. The C shell prompt is %.
To invoke Abaqus, type abaqus at the % prompt. After quitting from Abaqus, you should type exit at the % prompt to get back to the Korn shell prompt.
ARC/INFO
ARC/INFO version 8.1 is available on Grinder.
To invoke ARC/INFO, type arcinfo arc at the Korn shell prompt $. To end an ARC/INFO session, type quit at the Arc: prompt. This will return you to the Korn shell prompt $.
Other details about ARC/INFO are available in Handout #73, "ARC/INFO on Grinder".
ARC/VIEW
Arcview version 8.1 is available on Grinder. ARC/VIEW only runs in the C shell and requires that you have a file in your home directory named .cshrc that contains the following line:
source/usr/local/bin/.arcinit
If you do not have a .cshrc file, you can create one by using the supported editors, or copy one from the system by using the following command:
copy /usr/local/bin/.cshrc ~/.cshrc
Enter the C shell anytime by typing csh at the Korn shell prompt $. The C shell prompt is %.
To invoke ARC/VIEW, type arcview at the % prompt. After quitting from ArcView, you should type exit at the % prompt to get back to the Korn shell prompt.
FTP
FTP or File Transfer Protocol is invoked by typing ftp at the Korn shell prompt $. The details on using FTP for the PC or the Mac are obtained in their respective handouts. When using the grinder as the host, make sure that the PC or the Mac has a valid IP address.
It is our suggestion that you use WS_FTP on the PC and Fetch-3 on the Mac to connect to grinder and transfer your files rather than connecting from Grinder to your local workstation.
Mathematica
Mathematica version 3.0 from Wolfram Research is available on Grinder. Mathematica is a general computer software system and language intended for mathematical and other applications.
To access Mathematica, type:
mathematica from an X-Windows client
-OR-
math from a text terminal
Additionally, you may need the following commands:
To access Mathlink C Complier
mcc
To pre-append postscript macros assumed by Mathematica
psfix
To access Mathematica online documentation from an X-Windows client
mathbook
To access On-Line HELP from within the Mathematica command, click the Help Button on the menu bar.
Nonmem
NonMem is available on Grinder. NonMem runs in the C shell. To enter the C shell type: csh
At the C shell % prompt type: nmfe5 infile outfile
where infile is your program dataset name and outfile is your output filename.