--- conf/config.orig Fri Jan 7 09:10:16 2005 +++ 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 @@ # for each version a config.VVV file must be created. # DO NOT EDIT FOLLOWING LINE ! #?vers : VVV? +vers : ?vaster? #------------------------------------------------------------------------------- # ----- batch/interactive configuration @@ -106,12 +111,12 @@ # 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 # --- LSF example #batch_nom : LSF @@ -122,18 +127,21 @@ #batch_kil : /usr/opt/lsf/4.2/alpha5/bin/bkill # --- PBS example -#batch_nom : PBS +batch_nom : PBS #batch_ini : -#batch_sub : /local/openpbs-2.3.16/bin/qsub -#batch_jid : PBS_JOBID -#batch_job : /local/openpbs-2.3.16/bin/qstat -#batch_kil : /local/openpbs-2.3.16/bin/qdel +batch_sub : LOCALBASE/bin/qsub +batch_jid : PBS_JOBID +batch_job : LOCALBASE/bin/qstat +batch_kil : LOCALBASE/bin/qdel #------------------------------------------------------------------------------- # ps commands : uncomment lines corresponding to your platform # LINUX : #?P_LINUX?ps_cpu : /bin/ps -e --width=512 -ocputime -ocommand #?P_LINUX?ps_pid : /bin/ps -e --width=512 -opid -ocommand +# FREEBSD : +ps_cpu : /bin/ps -e -ocpu,command +ps_pid : /bin/ps -e -opid,command # TRU64 : #?TRU64?ps_cpu : /bin/ps -e -ocputime -ocommand #?TRU64?ps_pid : /bin/ps -e -opid -ocommand @@ -157,6 +165,7 @@ # GDB : #?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 # DBX -c + filename : #?TRU64?cmd_post : dbx -c @D @E @C #?TRU64?cmd_dbg : dbx -c @D @E @C