pbsrun_unwrap.8B 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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 pbsrun_unwrap 8B "16 October 2017" Local "PBS Professional"
  37. .SH NAME
  38. .B pbsrun_unwrap
  39. \- unwraps mpirun, reversing
  40. .B pbsrun_wrap
  41. .SH SYNOPSIS
  42. .B pbsrun_unwrap
  43. pbsrun.<mpirun version/flavor>
  44. .B pbsrun_unwrap
  45. --version
  46. .SH DESCRIPTION
  47. The
  48. .B pbsrun_unwrap
  49. script is used to reverse the actions of the
  50. .B pbsrun_wrap
  51. script.
  52. Use
  53. .B pbsrun_wrap
  54. to wrap mpirun.
  55. Using
  56. .B pbsrun_unwrap
  57. with Intel MPI is
  58. .B deprecated
  59. as of 13.0.
  60. .SH USAGE
  61. Syntax:
  62. .RS 5
  63. .B pbsrun_unwrap
  64. pbsrun.<mpirun version/flavor>
  65. .RE
  66. For example, running the following:
  67. pbsrun_unwrap pbsrun.ch_gm
  68. causes the following actions:
  69. .IP " " 5
  70. Checks for a link in $PBS_EXEC/lib/MPI/pbsrun.ch_gm.link;
  71. If one exists, get the pathname it points to:
  72. .br
  73. /opt/mpich-gm/bin/mpirun.ch_gm.actual
  74. .IP " " 5
  75. rm $PBS_EXEC/lib/MPI/pbsrun.mpirun.ch_gm.link
  76. .IP " " 5
  77. rm /opt/mpich-gm/bin/mpirun.ch_gm
  78. .IP " " 5
  79. rm $PBS_EXEC/bin/pbsrun.ch_gm
  80. .RS 5
  81. .IP "mv" 4
  82. /opt/mpich-gm/bin/mpirun.ch_gm.actual
  83. .br
  84. /opt/mpich-gm/bin/mpirun.ch_gm
  85. .RE
  86. .SH OPTIONS
  87. .IP "--version" 5
  88. The
  89. .B pbsrun_unwrap
  90. command returns its PBS version information and exits.
  91. This option can only be used alone.
  92. .SH SEE ALSO
  93. The
  94. .B PBS Professional Administrator's Guide
  95. .LP
  96. pbs_attach(8B),
  97. pbsrun(8B),
  98. pbsrun_wrap(8B)