Index: /issm/trunk/src/m/utils/Nightly/testsgetpackage.m
===================================================================
--- /issm/trunk/src/m/utils/Nightly/testsgetpackage.m	(revision 1600)
+++ /issm/trunk/src/m/utils/Nightly/testsgetpackage.m	(revision 1601)
@@ -26,4 +26,9 @@
 	package='cielo';
 	md.cluster=oshostname;
+	%check and modify number of cpus if necessary
+	np=feature('numCores');
+	if np<md.np;
+		md.np=np;
+	end
 
 else
