All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Tycho. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:10, 15 November 2023 Jredondo talk contribs created page Module system (Created page with "Tycho makes use of the Module system to manage dependencies and load common compilers and software. Environment modules modify the users environment via modulefiles. They are typically used to manage different versions of applications, by e.g. modifying the PATH system variable, using one module file per application version. To ensure consistency, we recommend that you put relevant module commands in a file (e.g. ~/.modules), and source it from relevant startup files...")
- 13:56, 15 November 2023 Jredondo talk contribs created page Adding a second IP Address (Created page with "Once you are logged in to the front-end, write: <pre> hpc-setup-firewall.sh </pre> There, you can add up to 3 total IP addresses. One useful tip is to add the ERDA IP address, so that you can always log in to the cluster even if you are travelling.")
- 13:49, 15 November 2023 Jredondo talk contribs created page Setting up One-Time-Password Access before travelling (Created page with "If you are going to travel, but want to continue working on Tycho while you are travelling, you need to set up a One Time Password access '''before''' travelling. You can do so by following the detailed instructions [https://hpc.ku.dk/documentation/otp.html: here]")
- 13:42, 15 November 2023 Jredondo talk contribs created page GRChombo (Created page with "[GRChombo](https://www.grchombo.org/) is an open-source, AMR-based code for Numerical Relativity. Here are some instructions on how to set up GRChombo in Tycho. === Step 1. Compile Chombo === Go to [Chombo](https://github.com/GRTLCollaboration/Chombo) and clone the repository in the cluster: <pre> >>git clone https://github.com/GRTLCollaboration/Chombo.git </pre> Then we need to make a new file that will set up the compilation details, specifically tweaked for our cl...")
- 13:38, 15 November 2023 Jredondo talk contribs created page Running Mathematica on compute nodes (Created page with "Here are some instructions on how to run Mathematica on the cluster. === Step 1. === Load the mathematica module: <pre> >>module load astro >>module load mathematica </pre> === Step 2. === Prepare our test script. You can make mathematica scripts in different ways, but .wls files are good option. Here is an example script, you can make it into a file called <code>test.wls</code>: <pre> #!/usr/bin/env wolframscript outdir = "Data/"; fn1 = outdir<>"test.dat"; values...")
- 12:33, 15 November 2023 Jredondo talk contribs created page Accessing Tycho (Created page with "After getting an account (following the instructions [https://hpc.ku.dk/account.html](here)), you can now log into Tycho using [https://en.wikipedia.org/wiki/Secure_Shell](ssh). == SSH into the frontends == Open your terminal, and type: <pre> >>ssh username@astro06.hpc.ku.dk </pre> In "username", replace it with your username. You will be prompted to type your password. Do so, press enter, and then you will be in the frontend. You should see something like this: <p...")