2005-01-17 22:09:27 +01:00
|
|
|
--- conf/config.orig Fri Jan 7 09:10:16 2005
|
2005-07-03 19:55:41 +02:00
|
|
|
+++ conf/config Sat Jul 2 20:44:10 2005
|
|
|
|
@@ -49,6 +49,10 @@
|
|
|
|
# temporary directory for Aster executions
|
|
|
|
rep_trav : /tmp
|
|
|
|
|
|
|
|
+# directories for tests
|
|
|
|
+rep_test : /tmp
|
|
|
|
+resu_test : /tmp
|
|
|
|
+
|
|
|
|
# choose True to create symbolic links instead of copying executable and catalogs
|
|
|
|
symlink : True
|
|
|
|
|
|
|
|
@@ -68,6 +72,7 @@
|
2003-07-23 13:20:26 +02:00
|
|
|
# for each version a config.VVV file must be created.
|
|
|
|
# DO NOT EDIT FOLLOWING LINE !
|
2005-01-17 22:09:27 +01:00
|
|
|
#?vers : VVV?
|
|
|
|
+vers : ?vaster?
|
2003-07-23 13:20:26 +02:00
|
|
|
|
2005-01-17 22:09:27 +01:00
|
|
|
#-------------------------------------------------------------------------------
|
|
|
|
# ----- batch/interactive configuration
|
2005-07-03 19:55:41 +02:00
|
|
|
@@ -106,12 +111,12 @@
|
2005-01-17 22:09:27 +01:00
|
|
|
# batch_job : to display information about jobs
|
|
|
|
# batch_kil : to delete jobs
|
|
|
|
# --- Sun Grid Engine example
|
|
|
|
-batch_nom : SunGE
|
|
|
|
-batch_ini : /opt/SunGE6.0/default/common/settings.sh
|
|
|
|
-batch_sub : /opt/SunGE6.0/bin/lx24-x86/qsub
|
|
|
|
-batch_jid : JOB_ID
|
|
|
|
-batch_job : /opt/SunGE6.0/bin/lx24-x86/qstat
|
|
|
|
-batch_kil : /opt/SunGE6.0/bin/lx24-x86/qdel
|
|
|
|
+#batch_nom : SunGE
|
|
|
|
+#batch_ini : /opt/SunGE6.0/default/common/settings.sh
|
|
|
|
+#batch_sub : /opt/SunGE6.0/bin/lx24-x86/qsub
|
|
|
|
+#batch_jid : JOB_ID
|
|
|
|
+#batch_job : /opt/SunGE6.0/bin/lx24-x86/qstat
|
|
|
|
+#batch_kil : /opt/SunGE6.0/bin/lx24-x86/qdel
|
2003-12-08 03:07:22 +01:00
|
|
|
|
2005-01-17 22:09:27 +01:00
|
|
|
# --- LSF example
|
|
|
|
#batch_nom : LSF
|
2005-07-03 19:55:41 +02:00
|
|
|
@@ -122,18 +127,21 @@
|
2005-01-17 22:09:27 +01:00
|
|
|
#batch_kil : /usr/opt/lsf/4.2/alpha5/bin/bkill
|
|
|
|
|
|
|
|
# --- PBS example
|
2003-12-08 03:07:22 +01:00
|
|
|
-#batch_nom : PBS
|
|
|
|
+batch_nom : PBS
|
|
|
|
#batch_ini :
|
|
|
|
-#batch_sub : /local/openpbs-2.3.16/bin/qsub
|
2005-01-17 22:09:27 +01:00
|
|
|
-#batch_jid : PBS_JOBID
|
2003-12-08 03:07:22 +01:00
|
|
|
-#batch_job : /local/openpbs-2.3.16/bin/qstat
|
|
|
|
-#batch_kil : /local/openpbs-2.3.16/bin/qdel
|
2005-01-17 22:09:27 +01:00
|
|
|
+batch_sub : LOCALBASE/bin/qsub
|
|
|
|
+batch_jid : PBS_JOBID
|
|
|
|
+batch_job : LOCALBASE/bin/qstat
|
|
|
|
+batch_kil : LOCALBASE/bin/qdel
|
2003-12-08 03:07:22 +01:00
|
|
|
|
2005-01-17 22:09:27 +01:00
|
|
|
#-------------------------------------------------------------------------------
|
2003-12-08 03:07:22 +01:00
|
|
|
# ps commands : uncomment lines corresponding to your platform
|
2003-07-23 13:20:26 +02:00
|
|
|
# LINUX :
|
2005-01-17 22:09:27 +01:00
|
|
|
#?P_LINUX?ps_cpu : /bin/ps -e --width=512 -ocputime -ocommand
|
|
|
|
#?P_LINUX?ps_pid : /bin/ps -e --width=512 -opid -ocommand
|
2003-07-23 13:20:26 +02:00
|
|
|
+# FREEBSD :
|
2005-01-17 22:09:27 +01:00
|
|
|
+ps_cpu : /bin/ps -e -ocpu,command
|
|
|
|
+ps_pid : /bin/ps -e -opid,command
|
2003-07-23 13:20:26 +02:00
|
|
|
# TRU64 :
|
2005-01-17 22:09:27 +01:00
|
|
|
#?TRU64?ps_cpu : /bin/ps -e -ocputime -ocommand
|
|
|
|
#?TRU64?ps_pid : /bin/ps -e -opid -ocommand
|
2005-07-03 19:55:41 +02:00
|
|
|
@@ -157,6 +165,7 @@
|
2003-07-23 13:20:26 +02:00
|
|
|
# GDB :
|
2005-01-17 22:09:27 +01:00
|
|
|
#?P_LINUX?cmd_post : gdb -batch --command=@D @E @C
|
|
|
|
#?P_LINUX?cmd_dbg : ddd --debugger gdb --command=@D @E @C
|
|
|
|
+cmd_dbg : gdb --dbx --command=@D @E @C
|
2003-07-23 13:20:26 +02:00
|
|
|
# DBX -c + filename :
|
2005-01-17 22:09:27 +01:00
|
|
|
#?TRU64?cmd_post : dbx -c @D @E @C
|
|
|
|
#?TRU64?cmd_dbg : dbx -c @D @E @C
|