--- conf/config.orig	2008-12-05 15:11:26.000000000 +0100
+++ conf/config	2009-01-11 11:49:58.000000000 +0100
@@ -53,6 +53,10 @@
 # shared folders = for which remote copy is never necessary (comma separated)
 shared_folders :
 
+# directories for tests
+rep_test : /tmp
+resu_test : /tmp
+
 # choose True to create symbolic links instead of copying executable and catalogs
 symlink : True
 
@@ -83,6 +87,7 @@
 # for each version a config.VVV file must be created.
 # DO NOT EDIT FOLLOWING LINE !
 #?vers : VVV?
+vers : ?vaster?
 
 #-------------------------------------------------------------------------------
 # ----- batch/interactive configuration
@@ -125,12 +130,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
@@ -141,19 +146,19 @@
 #batch_kil : /usr/share/lsf/6.2/linux2.6-glibc2.3-ia64/bin/bkill
 
 # --- PBS example
-#batch_nom : PBS
+batch_nom : PBS
 #batch_ini : 
-#batch_sub : /usr/bin/qsub
-#batch_jid : PBS_JOBID
-#batch_job : /usr/bin/qstat
-#batch_kil : /usr/bin/qdel
+batch_sub : LOCALBASE/bin/qsub
+batch_jid : PBS_JOBID
+batch_job : LOCALBASE/bin/qstat
+batch_kil : LOCALBASE/bin/qdel
 
 #-------------------------------------------------------------------------------
 # ----- MPI commands and parameters
 # mpirun
 #    available arguments are : mpi_hostfile, mpi_nbnoeud, mpi_nbcpu
 #    (use Python string formatting style)
-mpirun_cmd : ?MPIRUN? -np %(mpi_nbcpu)s --hostfile %(mpi_hostfile)s %(program)s
+mpirun_cmd : ?MPIRUN? -np %(mpi_nbcpu)s %(program)s
 
 # file which contains list of hosts
 #mpi_hostfile : ?ASTER_ROOT?/aster-mpihosts
@@ -183,8 +188,11 @@
 # ps commands : uncomment lines corresponding to your platform
 #ps_cpu : /bin/ps -e --width=512 -ocputime -ocommand
 #ps_pid : /bin/ps -e --width=512 -opid -ocommand
-ps_cpu : ?PS_COMMAND_CPU?
-ps_pid : ?PS_COMMAND_PID?
+#ps_cpu : ?PS_COMMAND_CPU?
+#ps_pid : ?PS_COMMAND_PID?
+# FREEBSD :
+ps_cpu : /bin/ps -e -ocpu,command
+ps_pid : /bin/ps -e -opid,command
 
 #-------------------------------------------------------------------------------
 # debug command :
@@ -193,10 +201,10 @@
 #  @D will be remplaced by the filename which contains "where+quit"
 #  @d will be remplaced by the string 'where ; quit'
 #
-#cmd_post : gdb -batch --command=@D @E @C
+cmd_post : gdb -batch --command=@D @E @C
 #cmd_dbg : ddd --debugger gdb --command=@D @E @C
-cmd_post : ?DEBUGGER_COMMAND_POST?
-cmd_dbg : ?DEBUGGER_COMMAND?
+#cmd_post : ?DEBUGGER_COMMAND_POST?
+cmd_dbg : gdb --dbx --command=@D @E @C
 
 #-------------------------------------------------------------------------------
 # style of ctags used (optionnal, leave commented to ignore ctags generation)
