pbs_lamboot.8B 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. .\" Copyright (C) 1994-2018 Altair Engineering, Inc.
  2. .\" For more information, contact Altair at www.altair.com.
  3. .\"
  4. .\" This file is part of the PBS Professional ("PBS Pro") software.
  5. .\"
  6. .\" Open Source License Information:
  7. .\"
  8. .\" PBS Pro is free software. You can redistribute it and/or modify it under the
  9. .\" terms of the GNU Affero General Public License as published by the Free
  10. .\" Software Foundation, either version 3 of the License, or (at your option) any
  11. .\" later version.
  12. .\"
  13. .\" PBS Pro is distributed in the hope that it will be useful, but WITHOUT ANY
  14. .\" WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
  15. .\" FOR A PARTICULAR PURPOSE.
  16. .\" See the GNU Affero General Public License for more details.
  17. .\"
  18. .\" You should have received a copy of the GNU Affero General Public License
  19. .\" along with this program. If not, see <http://www.gnu.org/licenses/>.
  20. .\"
  21. .\" Commercial License Information:
  22. .\"
  23. .\" For a copy of the commercial license terms and conditions,
  24. .\" go to: (http://www.pbspro.com/UserArea/agreement.html)
  25. .\" or contact the Altair Legal Department.
  26. .\"
  27. .\" Altair’s dual-license business model allows companies, individuals, and
  28. .\" organizations to create proprietary derivative works of PBS Pro and
  29. .\" distribute them - whether embedded or bundled with other software -
  30. .\" under a commercial license agreement.
  31. .\"
  32. .\" Use of Altair’s trademarks, including but not limited to "PBS™",
  33. .\" "PBS Professional®", and "PBS Pro™" and Altair’s logos is subject to Altair's
  34. .\" trademark licensing policies.
  35. .\"
  36. .TH pbs_lamboot 8B "19 October 2017" Local "PBS Professional"
  37. .SH NAME
  38. .B pbs_lamboot
  39. \- PBS front end to LAM's lamboot program
  40. .SH SYNOPSIS
  41. .B pbs_lamboot
  42. .B pbs_lamboot
  43. --version
  44. .SH DESCRIPTION
  45. The PBS command
  46. .B pbs_lamboot
  47. replaces the standard
  48. .I lamboot
  49. command in a PBS
  50. LAM MPI job, for starting LAM software on each of the
  51. PBS execution hosts running Linux 2.4 or higher.
  52. Usage is the same as for LAM's
  53. .I lamboot.
  54. All arguments except for
  55. .I bhost
  56. are passed directly to
  57. .I lamboot.
  58. PBS will issue a warning saying that the
  59. .I bhost
  60. argument is ignored by PBS since input is taken automatically
  61. from
  62. .B $PBS_NODEFILE.
  63. The
  64. .B pbs_lamboot
  65. program will not redundantly consult the
  66. .B $PBS_NODEFILE
  67. if it has been instructed to boot the nodes using the
  68. .I tm
  69. module. This instruction happens when an argument is
  70. passed to
  71. .B pbs_lamboot
  72. containing "-ssi boot tm" or when the
  73. .B LAM_MPI_SSI_boot
  74. environment variable exists with the value
  75. .I tm.
  76. .SH OPTIONS
  77. .IP "--version" 8
  78. The
  79. .B pbs_lamboot
  80. command returns its PBS version information and exits.
  81. This option can only be used alone.
  82. .SH OPERANDS
  83. The operands for
  84. .B pbs_lamboot
  85. are the same as for
  86. .I lamboot.
  87. .SH ENVIRONMENT VARIABLES
  88. .SH PATH
  89. The PATH on remote machines must contain
  90. .I PBS_EXEC/bin.
  91. .SH SEE ALSO
  92. The
  93. .B PBS Professional Administrator's Guide
  94. .LP
  95. lamboot(1), tm(3)