]> git.tuebingen.mpg.de Git - aple.git/commitdiff
Fix two broken links.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 21 Apr 2020 08:05:19 +0000 (10:05 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 21 Apr 2020 08:27:32 +0000 (10:27 +0200)
The cluster and the user-info repo were merged recently, and
the cluster repo was removed afterwards. This commit makes
the links refer to the user-info repo instead.

This only affects the internal version of the pages.

Found by checklink.

Command_Line_Utilities.m4
Gridengine.m4

index 568b35762e95c30da54d9cf65552ee4f59eb45c7..9b85e0d579b8c921b2818ca80d0eadc90540b3ea 100644 (file)
@@ -335,7 +335,7 @@ EXERCISES()
 - What does the following awk program do? CMD(«ls -l | awk '{x +=
 $5} END {print x}'»)
 - Check the awk uses in the
-XREFERENCE(«http://ilm.eb.local/gitweb/?p=cluster;a=blob;f=scripts/admin/cmt;hb=HEAD»,
+XREFERENCE(«http://ilm.eb.local/gitweb/?p=user-info;a=blob;f=scripts/admin/cmt;hb=HEAD»,
 «cluster management tool»).
 - Write an CMD(«awk») program which prints the length of the longest
 input line.
index 72f77111eb64c255464679c342acbed3a8ba6bee..0644cc7cc9f386b89880ec80cc7b8d931766e8d8 100644 (file)
@@ -610,7 +610,7 @@ the queue. Consult the CMD(«queue_conf(5)») manual page for details.
 - Read the CMD(«prolog») section in CMD(«queue_conf(5)») manual
 page. Examine the CMD(«/usr/local/sbin/prolog») file on the nodes and
 try to understand what it actually does.  See commit CMD(«0e44011d»)
-in the cluster repostitory for the answer.
+in the user-info repostitory for the answer.
 - Run CMD(«echo stress -c 2 | qsub») to submit a job which starts two
 threads. Determine the node on which the job is running, log in to
 this node and examine the CPU utilization of your job.
@@ -641,7 +641,7 @@ REFERENCE(«print_accounting_record.bash», «below»).
 - Check out the XREFERENCE(«http://ilm.eb.local/stats/», «statistics
 page»).  Tell which histograms were created from the accounting file.
 - Search for CMD(«com_stats») in the
-XREFERENCE(«http://ilm.eb.local/gitweb/?p=cluster;a=blob;f=scripts/admin/cmt;hb=HEAD»,
+XREFERENCE(«http://ilm.eb.local/gitweb/?p=user-info;a=blob;f=scripts/admin/cmt;hb=HEAD»,
 «cluster management tool») and examine how these statistics are
 created.