From 871ce306c9968c9cb2fa6b8fc76eb8096b3471de Mon Sep 17 00:00:00 2001 From: "Christopher J. Morrone" <morrone2@llnl.gov> Date: Wed, 23 Aug 2006 23:46:51 +0000 Subject: [PATCH] Update AIX command examples. --- BUILD.NOTES | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/BUILD.NOTES b/BUILD.NOTES index 641ee602a23..632fcae4d23 100644 --- a/BUILD.NOTES +++ b/BUILD.NOTES @@ -89,8 +89,9 @@ To build and run on AIX: build -s https://eris.llnl.gov/svn/slurm/tags/slurm-1-2-0-0-pre3 4. export MP_RMLIB=./slurm_ll_api.so export CHECKPOINT=yes -5. poe hostname -resd yes -rmpool debug -euilib ip -euidevice en0 -6. To debug, set SLURM_LL_API_DEBUG=2 before running poe. +5. poe hostname -rmpool debug +6. To debug, set SLURM_LL_API_DEBUG=3 before running poe - will create a file + /tmp/slurm.* It can also be helpful to use poe options "-ilevel 6 -pmdlog yes" There will be a log file create named /tmp/mplog.<jobid>.<taskid> 7. If you update proctrack, be sure to run "slibclean" to clear cached -- GitLab