Forum Discussion
Hi DDIAKITE, thanks for your reply. Unfortunately, "tools_setup" is not found when I log in interactively. (See transcript below.) Can you please give me the full path to that command, so that I can try forcing a run of that command?
Thank you!
Transcript:
u40073@login-2:~$ qsub -q batch@v-qsvr-fpga -I -l nodes=1:darby:ppn=2 -d .
qsub: waiting for job 7103.v-qsvr-fpga.aidevcloud to start
qsub: job 7103.v-qsvr-fpga.aidevcloud ready
########################################################################
# Date: Fri Jul 17 09:55:47 PDT 2020
# Job ID: 7103.v-qsvr-fpga.aidevcloud
# User: u40073
# Resources: neednodes=1:darby:ppn=2,nodes=1:darby:ppn=2,walltime=06:00:00
########################################################################
u40073@s005-n008:~$ tools_setup -t S10DS
-bash: tools_setup: command not found
Hi JSchr20,
Try those command:
source /data/intel_fpga/devcloudLoginToolSetup.sh
tools_setup -t S10DS
If it works then you should add the following in your bashrc:
if [ -f /data/intel_fpga/devcloudLoginToolSetup.sh ]; then
source /data/intel_fpga/devcloudLoginToolSetup.sh
fi
And after that "tool_setup" will be found anytime without sourcing devcloudLoginToolSetup.sh manually.
Regards!