Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify the usage for current Aurora BKC when running multi-nodes #92

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions examples/generate_hostfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ echo "!!!please use generate_hostfile.sh before training"
usage()
{
echo "Example Usage:
for 1 node: bash $0 x10001
for 4 nodes: bash generate_hostfile.sh x10001 x10002 x10003 x10004"
for 1 node: bash $0 x1001c2s1b0n0.hostmgmt2001.cm.jf.intel.com
for 4 nodes: bash generate_hostfile.sh x1001c2s1b0n0.hostmgmt2001.cm.jf.intel.com x1001c2s2b0n0.hostmgmt2001.cm.jf.intel.com x1001c2s3b0n0.hostmgmt2001.cm.jf.intel.com x1001c2s4b0n0.hostmgmt2001.cm.jf.intel.com
node name can get from PBS_NODEFILE"
exit 2
}

Expand Down