Workstation Labs


College of Engineering Workstation Labs
All engineering students should already have valid accounts on the College of Engineering Workstations. Engineering students who do not have an account or who have forgotten their password should go to any of the EWS lab locations. Student lab operators will assist users by creating new accounts or assigning new passwords. Information of the labs, work stations, software, etc., can be found at www.ews.uiuc.edu.
IN order to use the makefiles for the class codes on the EWS HP machines (recommended since the Lapack libraries are installed there) you should set the path in your .cshrc to the F90 compiler:

=======================

EDIT .cshrc ( viewed with ls -a ):

=======================

Remove comment to set path command
Add /apps/hp10.20/fortran90/bin /apps/hp10.20/fortran90/lib

The line should look like:
set path=($path /apps/hp10.20/fortran90/bin /apps/hp10.20/fortran90/lib)

=======================

After editing .cshrc file, execute the command
source .cshrc
in order to make the change effective


Return to 498CQM Home Page