If you have any technical problems about computer operations, please contact the application support group of CCSE.
Email: hpc@sustech.edu.cn
Engineers: “Qi-Ming”: Mr. Yang Qiyao (yangqy@susstech.edu.cn); “Tai-Yi”: Mr. Ou Zhengyi (18983630046)
Why doesn’t the command in the job script take effect?
Possible reason:
There is Chinese characters in the command line input.
Why the program works on other HPCs but the university’s?
Possible reasons:
How to query the limit of job running time of a queue?
You may run bqueues -l <queue_name>
or read the manual.
What happens when there are expressions like “quota” or “cannot write” in the job’s error message?
The account’s storage volume has been run out.
How to load the environment variables for a shared software?
You can use the module or export command to load environment variables, as shown below:
module load fftw/3.3.8or,
export PATH=$PATH:/share/base/fftw/3.3.8/bin export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/share/base/fftw/3.3.8/lib export INCLUDE=$INCLUDE:/share/base/fftw/3.3.8/include
How to query the limit of number of jobs and that of number of cores?
busers -w
What’s the command for excluding a node in the submssion script?
You can use #BSUB -R "select[hname!='node2']"
to exclude node2.
The job ran but why does it output nothing?
The cause may reside in the script, the program, the input data, or the computing node. It depends.
Why does my shell prompt become -bash-4.2$
?
There is something wrong in the account’s shell configuration file. Please contact the administrators for help.
Can I access the Internet in login nodes?
The login04
node is connected to the Internet.
How to load the environment variable for a shared software?
Please refer to the examples in /opt/environments/
. For instance,
export PATH=$PATH:/opt/software/fftw-3.3.6/bin export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/software/fftw-3.3.6/lib export INCLUDE=$INCLUDE:/opt/software/fftw-3.3.6/include
What happens when there are expressions like “quota” or “cannot write to file” in the job’s error message?
The account’s storage volume has been run out.
lfs quota -u <username> /home/ -h
used
refers to the used volume while limit
stands for the total quota.
How to query the job running time limit of all queues?
qstat -q
What’s the backup directory of my account?
/home/bak/home/<username>
Where can I find a script template for Gaussian?
There is a shared template in QQ group 161195492.
Why can’t I use wget?
Ordinary users do not have execution access to wget.
Can I access the Internet in login nodes?
Yes.