|
From: | Andrew Harmon |
Subject: | Bug Report |
Date: | Mon, 16 Dec 2024 21:59:00 +0000 |
Include this in the report: * The version number: 20210822 * The bugid: col8 does not contain host: 0 * The command line being run * The files being read (put the files on a webserver if they are big) I am running a simple example, trying to distribute jobs across several remote servers. #!/bin/bash CPU_LIMIT=6 cat << EOF > nodelist.txt $CPU_LIMIT/ $USER@DC-G6PA312007JU $CPU_LIMIT/ $USER@DC-G6PA312007K6 $CPU_LIMIT/ $USER@DC-G6PA312007LS EOF parallel --sshlogin : --sshloginfile nodelist.txt --filter-hosts --tag --nonall --noswap nodelist.txt echo "Number {}: Running on \`hostname\`" ::: 1 2 3 4 5 6 7 8 9 10 11 12 13 15 15 ********************************* Andrew Harmon SignalQuest – precision microsensors 10 Water Street, Lebanon, NH, 03766 (603)-448-6266 ********************************* |
[Prev in Thread] | Current Thread | [Next in Thread] |