0
#!/bin/sh
#BSUB -J shrutireddy_project
#BSUB -o Horsepool_output_world
#BSUB -e Horsepool_error
#BSUB -n 1
#BSUB -q ht-10g
#BSUB cwd /home/shrutireddy/
work=/home/shrutireddy/
cd $work
./horse world192.txt "string". --> error at this line.
스크립트를 성공적으로 실행하려면 지금해야할 일. 미리 감사드립니다. 이 코드를 실행하는 동안 ashorsepool.bash 오류가 발생합니다. 행 10 : ./horsepool : 해당 파일이나 디렉토리가 없습니다. 지금 어떻게해야합니까?
해당 스크립트가 집 디렉토리에 있는지 확인 했습니까? – codeforester
https://stackoverflow.com/questions/786376/how-do-i-run-a-program-with-a-different-working-directory-from-current-from-lin ...'(cd $ ./horse world192.txt "string")'일할 수도 있습니다. – Sundeep