LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   new in linux !! Please help (https://www.linuxquestions.org/questions/linux-newbie-8/new-in-linux-please-help-4175632437/)

reetesh 06-21-2018 10:27 PM

new in linux !! Please help
 
I am using a cluster computer and everything is going well. some unknown reason, my password blocked. Then after, I asked to cluster computer in-charge and he suggest to do that as shown below. he also told that I was using master login and that was the reason, it was blocked for a while. As he suggest, use qsub !!

Well, I had done the same but command not run properly.

This is the original as he had sent....

#!/bin/bash
#$ -cwd
#$ -S /bin/bash
#$ -e err.$JOB_ID.$JOB_NAME
#$ -o out.$JOB_ID.$JOB_NAME
#$ -pe mpi 8

source /etc/profile
#Type your command below, save this file and run command on command line as qsub script.sh


This one is the edited one..

#!/bin/bash
#$ -cwd
#$ -S /bin/bash
#$ -e err.$JOB_ID.$JOB_NAME
#$ -o out.$JOB_ID.$JOB_NAME
#$ -pe mpi 8

source /etc/profile
# autodock4 -p grid.dpf -l grid.dlg &

jsbjsb001 06-22-2018 01:05 AM

This post is a dupe of: https://www.linuxquestions.org/quest...ll-4175632434/

Post reported.

rtmistler 06-22-2018 06:45 AM

Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread is being closed because it is a duplicate.


All times are GMT -5. The time now is 10:39 PM.