So I am a beginner in computational chemistry (and in programming too), I am trying to run some MC calculations using CASINO software, but I need to modify runqmc script, because in my cluster job must be submitted by following scheme qsub -I -l walltime=HOURS:MINUTES:SECONDS -l select=NUMBER_OF_NODES:ncpus=NUMBER_OF_PROCESSORS:mem=MEMORY_IN_MB
You don't need to (and shouldn't) modify the runqmc script. All the machine-specific stuff goes in the architecture files in CASINO/arch/data. Read the manual chapter on installation and look at some examples for other clusters to see how to do that..
You don't need to (and shouldn't) modify the runqmc script. All the machine-specific stuff goes in the architecture files in CASINO/arch/data. Read the manual chapter on installation and look at some examples for other clusters to see how to do that..