Materials Studio: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 13: Line 13:


In order to be able to access the license server from the compute nodes, you will need to [[Technical support|contact our technical support]] so that we can open our firewall and give you the IP addresses from which the license server needs to accept requests from.
In order to be able to access the license server from the compute nodes, you will need to [[Technical support|contact our technical support]] so that we can open our firewall and give you the IP addresses from which the license server needs to accept requests from.
= Example of job submission script =
The example below assumes that you have installed Materials Studio 2018 according to the instructions above.
{{File|content=
#!/bin/bash
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=32
#SBATCH --time=12:00:00
module load materialsstudio/2018
# Create a list of nodes to be used for the job
DSD_MachineList="machines.LINUX"
slurm_hl2hl.py --format HP-MPI > $DSD_MachineList
export DSD_MachineList
# Job to run
RunDMol3.sh -np $SLURM_NTASKS Brucite001f
}}
Bureaucrats, cc_docs_admin, cc_staff, rsnt_translations
2,837

edits