Index: /issm/trunk-jpl/jenkins/macosx_pine-island
===================================================================
--- /issm/trunk-jpl/jenkins/macosx_pine-island	(revision 24276)
+++ /issm/trunk-jpl/jenkins/macosx_pine-island	(revision 24277)
@@ -45,16 +45,21 @@
 #-----------------#
 
-#number of cpus used in ISSM installation and compilation (one is usually
-#safer as some packages are very sensitive to parallel compilation)
+# Number of CPUs used in ISSM compilation
+#
+# NOTE: One is usually safer as some packages are very sensitive to parallel
+# 		compilation.
+#
 NUMCPUS_INSTALL=4
 
-#number of cpus used in the nightly runs.
+# Number of CPUs used in the nightly runs
 NUMCPUS_RUN=4
 
-#Nightly run options. The matlab routine runme.m will be called
-#as follows: runme($MATLAB_NROPTIONS). The options must be understandable
-#by Matlab and runme.m
-#ex: "'id',[101 102 103]"
-##                           FS
+# Nightly run options
+#
+# See documentation in test/NightlyRun/runme.* for more information.
+#
+# NOTE:
+#	- test701.m is skipped because it uses full Stokes equations
+#
 PYTHON_NROPTIONS="--exclude_name 'Dakota'"
 MATLAB_NROPTIONS="'exclude',[701,702,703,435,IdFromString('Dakota')]"
