I have a few embarrassingly basic questions about USPEX and job submission. Here goes...

  • What are USPEX and USPEX.m. What is the difference between them?
  • Where and how does the code make use of MATLAB?
  • qsub VS mpirun VS llsubmit = Me pulling my hair out and going crazy!
  • Can someone be kind enough to guide me (step by step) in running EX 01 (Si). I am able to do VASP calculations on my own for which I use the following file (multiple.cmd) for submission via the terminal command: llsubmit multiple.cmd
    • #!/bin/bash
    • #@ output     = test.out
    • #@ error      = test.err
    • #@ job_type   =  MPICH
    • #@ node = 1
    • #@ tasks_per_node = 4
    • #@ class      = Small
    • #@ environment = COPY_ALL
    • #@ queue
    • mpirun -n 4 vasp > log

    Thanks in advance.

  • More Hitanshu Sachania's questions See All
    Similar questions and discussions