From: Andre Noll Date: Tue, 21 Apr 2020 08:05:19 +0000 (+0200) Subject: Fix two broken links. X-Git-Url: http://git.tuebingen.mpg.de/?p=aple.git;a=commitdiff_plain;h=7e10b4d05a414f2a5306dc5c829ad4f2bf0fa592 Fix two broken links. 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. --- diff --git a/Command_Line_Utilities.m4 b/Command_Line_Utilities.m4 index 568b357..9b85e0d 100644 --- a/Command_Line_Utilities.m4 +++ b/Command_Line_Utilities.m4 @@ -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. diff --git a/Gridengine.m4 b/Gridengine.m4 index 72f7711..0644cc7 100644 --- a/Gridengine.m4 +++ b/Gridengine.m4 @@ -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.