{"id":2097,"date":"2019-01-21T16:11:19","date_gmt":"2019-01-21T16:11:19","guid":{"rendered":"http:\/\/ri.itservices.manchester.ac.uk\/csf3\/?page_id=2097"},"modified":"2026-03-25T16:15:18","modified_gmt":"2026-03-25T16:15:18","slug":"csd","status":"publish","type":"page","link":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/software\/applications\/csd\/","title":{"rendered":"CSD-System"},"content":{"rendered":"<h2>Overview<\/h2>\n<p><a href=\"https:\/\/www.ccdc.cam.ac.uk\/solutions\/csd-system\/\">CSD-System<\/a> is a suite of tools for structural chemists. It includes the CSD Python API and GoldSuite.<\/p>\n<p>Versions 2021 and 2020 are installed on the CSF.<\/p>\n<p>Gold is part of this software suite.<\/p>\n<h2>Restrictions on use<\/h2>\n<p>This is not free or open source software. To gain access <\/p>\n<ul>\n<li>you must be an employee or student of the University of Manchester. Visitors\/Collaborators are not allowed access.<\/li>\n<\/ul>\n<p>The software may be used for<\/p>\n<ul>\n<li>any and all scientific research purposes, for publishable or proprietary work, and in any collaboration which does not involve payment of fees between the partners.<\/li>\n<\/ul>\n<p>To gain access to this software: <strong>Please <a href=\"\/csf3\/overview\/help\/\">contact us<\/a> and confirm that you will comply with the above conditions<\/strong>.<\/p>\n<h2>Set up procedure<\/h2>\n<p>We now recommend loading modulefiles within your jobscript so that you have a full record of how the job was run. See the example jobscript below for how to do this. Alternatively, you may load modulefiles on the login node and let the job <abbr title=\"add '#$ -V' to your jobscript\">inherit these settings<\/abbr>.<\/p>\n<p>Load one of the following modulefiles:<\/p>\n<pre>\r\nmodule load apps\/binapps\/csd@2025.3\r\nmodule load apps\/binapps\/csd\/2024.1\r\nmodule load apps\/binapps\/csd\/2021.3\r\nmodule load apps\/binapps\/csd\/2021.2\r\nmodule load apps\/binapps\/csd\/2021\r\nmodule load apps\/binapps\/csd\/2020\r\n<\/pre>\n<h2>Running the application<\/h2>\n<p>Please do not run CSD on the login node. Jobs should be submitted to the compute nodes via batch.<\/p>\n<h3>Serial batch job submission<\/h3>\n<p>Create a batch submission script (which will load the modulefile in the jobscript), for example, this one runs a code which uses the CSD Python API:<\/p>\n<pre class=\"sge\">\r\n#!\/bin\/bash --login\r\n\r\nmodule load apps\/binapps\/csd\/2024.1\r\n\r\n# We need to set a variable to cope with the lack of display on the compute nodes \r\nexport CCDC_PYTHON_API_NO_QAPPLICATION=0\r\n\r\npython mypythoncode.py > myresults.txt\r\n<\/pre>\n<p>Submit the jobscript using: <\/p>\n<pre>sbatch <VAR>scriptname<\/VAR><\/pre>\n<p>where <VAR>scriptname<\/VAR> is the name of your jobscript.<\/p>\n<pre class=\"slurm\">\r\n#!\/bin\/bash --login\r\n\r\n#SBATCH -p serial       # Job will run in serial partition\r\n#SBATCH -t 1-0          # Job will request 1-hour wallclock\r\n\r\nmodule purge \r\nmodule load apps\/binapps\/csd\/2024.1\r\n\r\n\r\n# We need to set a variable to cope with the lack of display on the compute nodes \r\nexport CCDC_PYTHON_API_NO_QAPPLICATION=0\r\n\r\npython mypythoncode.py > myresults.txt\r\n<\/pre>\n<p>Submit the jobscript using: <\/p>\n<pre class=\"slurm\">sbatch <VAR>scriptname<\/VAR><\/pre>\n<p>where <VAR>scriptname<\/VAR> is the name of your jobscript.<\/p>\n<h2>Using gold<\/h2>\n<p>It is not possible to run GOLD on the login nodes (it is not registered\/licensed there), instead use <a href=\"\/csf3\/batch-slurm\/srun\/\">srun-x11<\/a> for <strong>Slurm<\/strong>, e.g:<\/p>\n<pre class=\"slurm\">\r\nsrun-x11 -p interactive -t 0-1  # Will start a 1-hour interactive job\r\nmodule load apps\/binapps\/csd\/2024.1\r\ngold &\r\n<\/pre>\n<p>Please note that you may see some messages and warnings when launching gold, as long as the GUI opens all should be well. Please note that the CSF is not an ideal platform for such applications and therefore the GUI may be slow to open and to run. You might be able to improve this by accessing he CSF via the <a href=\"http:\/\/ri.itservices.manchester.ac.uk\/virtual-desktop-service\/x2go\/\">virtual desktop service<\/a>.<\/p>\n<h2>Further info<\/h2>\n<ul>\n<li><a href=\"https:\/\/www.ccdc.cam.ac.uk\/support-and-resources\/\">Support and resources on the CCDC website.<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Overview CSD-System is a suite of tools for structural chemists. It includes the CSD Python API and GoldSuite. Versions 2021 and 2020 are installed on the CSF. Gold is part of this software suite. Restrictions on use This is not free or open source software. To gain access you must be an employee or student of the University of Manchester. Visitors\/Collaborators are not allowed access. The software may be used for any and all scientific.. <a href=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/software\/applications\/csd\/\">Read more &raquo;<\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"parent":86,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2097","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/pages\/2097","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/comments?post=2097"}],"version-history":[{"count":21,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/pages\/2097\/revisions"}],"predecessor-version":[{"id":12183,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/pages\/2097\/revisions\/12183"}],"up":[{"embeddable":true,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/pages\/86"}],"wp:attachment":[{"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/media?parent=2097"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}