Template:HPC-torque-lmp/testcases: Difference between revisions

From HPC Wiki
Jump to:navigation Jump to:search
m (Protected "Template:HPC-torque-lmp/testcases" ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite)))
No edit summary
Line 10: Line 10:
|{{HPC-torque-lmp|lang=bash}}
|{{HPC-torque-lmp|lang=bash}}
|{{HPC-torque-lmp/sandbox|lang=bash}}
|{{HPC-torque-lmp/sandbox|lang=bash}}
}}
{{Testcase|title=Parameters: lang=bash, filename=torque-lmp.sh
|<nowiki>{{HPC-torque-lmp|lang=bash|filename=torque-lmp.sh}}</nowiki>
|{{HPC-torque-lmp|lang=bash|filename=torque-lmp.sh}}
|{{HPC-torque-lmp/sandbox|lang=bash|filename=torque-lmp.sh}}
}}
}}



Revision as of 14:35, 21 December 2016

No parameter
Wiki code {{HPC-torque-lmp}}

Main version
FILE torque-lmp.sh
#PBS -l walltime=10:00:00,mem=15gb,nodes=1:ppn=16
##PBS -M EmailAddress
##PBS -m bae
#PBS -q default
#PBS -N Jobname
#PBS -o myoutput.txt
#PBS -j oe

. $(which lmp-config)

# The LAMMPS input file must have a '.lmp' extension (e.g., mysimulation.lmp).
INPUTFILE=mysimulation

doLAMMPS
Sandbox version Template:HPC-torque-lmp/sandbox
Parameter: lang=bash
Wiki code {{HPC-torque-lmp|lang=bash}}

Main version
FILE torque-lmp.sh
#PBS -l walltime=10:00:00,mem=15gb,nodes=1:ppn=16
##PBS -M EmailAddress
##PBS -m bae
#PBS -q default
#PBS -N Jobname
#PBS -o myoutput.txt
#PBS -j oe

. $(which lmp-config)

# The LAMMPS input file must have a '.lmp' extension (e.g., mysimulation.lmp).
INPUTFILE=mysimulation

doLAMMPS
Sandbox version Template:HPC-torque-lmp/sandbox
Parameters: lang=bash, filename=torque-lmp.sh
Wiki code {{HPC-torque-lmp|lang=bash|filename=torque-lmp.sh}}

Main version
FILE torque-lmp.sh
#PBS -l walltime=10:00:00,mem=15gb,nodes=1:ppn=16
##PBS -M EmailAddress
##PBS -m bae
#PBS -q default
#PBS -N Jobname
#PBS -o myoutput.txt
#PBS -j oe

. $(which lmp-config)

# The LAMMPS input file must have a '.lmp' extension (e.g., mysimulation.lmp).
INPUTFILE=mysimulation

doLAMMPS
Sandbox version Template:HPC-torque-lmp/sandbox
Parameter: title=Here is the file
Wiki code {{HPC-torque-lmp|title=Here is the file}}

Main version
FILE torque-lmp.shHere is the file
#PBS -l walltime=10:00:00,mem=15gb,nodes=1:ppn=16
##PBS -M EmailAddress
##PBS -m bae
#PBS -q default
#PBS -N Jobname
#PBS -o myoutput.txt
#PBS -j oe

. $(which lmp-config)

# The LAMMPS input file must have a '.lmp' extension (e.g., mysimulation.lmp).
INPUTFILE=mysimulation

doLAMMPS
Sandbox version Template:HPC-torque-lmp/sandbox
Parameters: lang=bash, title=Here is the file
Wiki code {{HPC-torque-lmp|lang=bash|title=Here is the file}}

Main version
FILE torque-lmp.shHere is the file
#PBS -l walltime=10:00:00,mem=15gb,nodes=1:ppn=16
##PBS -M EmailAddress
##PBS -m bae
#PBS -q default
#PBS -N Jobname
#PBS -o myoutput.txt
#PBS -j oe

. $(which lmp-config)

# The LAMMPS input file must have a '.lmp' extension (e.g., mysimulation.lmp).
INPUTFILE=mysimulation

doLAMMPS
Sandbox version Template:HPC-torque-lmp/sandbox