calcoloscientifico:userguide:xcrysden
Questa è una vecchia versione del documento!
XCrySDen
XCrySDen is a crystalline and molecular structure visualisation program aiming at display of isosurfaces and contours, which can be superimposed on crystalline structures and interactively rotated and manipulated. It runs on GNU/Linux.
Interactive Job XCrySDen
After a X11 connection to the login machine:
ssh -X name.surname@login.hpc.unipr.it
Example of srun command to run XCrySDen on 1 node of the cpu
partition using 4 cores and at most 10 GB of memory:
srun \ --job-name=xcrysden \ --nodes=1 \ --ntasks-per-node=1 \ --cpus-per-task=4 \ --mem=10G \ --partition=cpu \ --qos=cpu \ --time=0-01:00:00 \ --pty \ --x11 \ bash
Once you have accessed the required resources with srun, run the commands:
module load apptainer xcrysden xcrysden
calcoloscientifico/userguide/xcrysden.1696954408.txt.gz · Ultima modifica: 10/10/2023 18:13 da fabio.spataro