intel / FPGA-Devcloud

Get started using Intel® FPGA tools on the Devcloud with tutorials, workshops, advanced courses, and sample projects built specifically for students, researchers, and developers. Visit our official Intel® FPGA Devcloud website:
https://intel.ly/2NiBqcb
117 stars 62 forks source link

login script does not work from folder other that $HOME #6

Closed Custler closed 4 years ago

Custler commented 4 years ago

You have to change the script to eliminate all relative references to nodes.txt file and use smth like NODE_FILE_TXT=$HOME/nodes.txt

Also you have to add -d . at the end of qsub command to stay in same folder after invoking qsub

ghost commented 4 years ago

Hello, Thank you for your comment. The login script was updated so that it is not creating any files like nodes.txt or checknode.txt. I think that will fix that issue.

llandis commented 4 years ago

Script fixed. No more issues.