deeplink to this page
teaching
IAC 2011: History of astronomyCourse home pageComputer support in NijmegenThe terminal room HG 03.761 is available for the computer exercises for this course. You can use your standard student login and password to log in to Linux. gfortran and PGPlot 5.2.2 are installed, however the link to libpgplot.so is missing. Hence, in order to compile and link a program using PGPlot, you should use:gfortran /usr/lib64/libpgplot.so.5 example.f90 -o example
|