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).

Logs
  • 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...")