Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 condor 上处理几个数据文件,使每个节点都有自己的特定数据文件来处理。有没有办法防止秃鹰将所有输入数据文件传输到每个节点?哪个节点获取哪个文件并不重要,只要它是每个节点一个文件(并且节点数等于文件数)。提前致谢。
您可以使您的提交文件根据进程号发送特定的输入文件。提交文件中的以下行将排队 100 个作业,其中每个作业将使用 input.0、input.1、... input.99。
Input = in.$(Process) Queue 100