Updated: 15 September 2024
...
Note |
---|
As of 10 September 2024, there is a connection issue between transfer.lanta.nstda.or.th and https://cern.ch/.Therefore, G4DATA was previously downloaded by ThaiSC admin and temporarily made available at |
...
Code Block | ||
---|---|---|
| ||
#!/bin/bash #SBATCH -p compute # Partition #SBATCH -N 1 # Number of node #SBATCH --ntasks-per-node=1 # Number of MPI processes per node #SBATCH --cpus-per-task=16 # Number of OpenMP threads per MPI process #SBATCH -t 120:00:00 # Job runtime limit #SBATCH -J TOPAS # Job name #SBATCH -A ltxxxxxx # Account *** {USER EDIT} *** source $HOME/.bashrc echo "Use topas = $(which topas)" topas $HOME/Applications/TOPAS/OpenTOPAS/examples/Basic/BatchJob1.txt./BatchJobX.txt # Your case *** {USER EDIT} *** |
...
Code Block | ||
---|---|---|
| ||
topas $HOME/Applications/TOPAS/OpenTOPAS-install/examples/Basic/TwoBeams.txt |
...
Contact Us
ThaiSC support service : thaisc-support@nstda.or.th
...