NREL / HPC

A collection of various resources, examples, and executables for the general NREL HPC user community's benefit. Use the following website for accessing documentation.
https://nrel.github.io/HPC/
Other
108 stars 65 forks source link

corrections and updates for SWIFT documentation #548

Closed xinhe2205 closed 10 months ago

xinhe2205 commented 10 months ago

For file running.md:

  1. Gpu partition is added.
  2. '--account=' is added to the runopenmpi and runintel sbatch file to make it be ready to run.
  3. The size of compiled files based on different compilers are updated.
  4. The command 'nm fhostone | grep intel | wc' and 'nm phostone | grep intel | wc' return all zeros which should be fixed.
  5. what is the line 'srun ./a.out -F' used for?
  6. In section of running VASP, 'ml vasp' will not give anything.
  7. In section of running jupyter on a compute node, 'salloc --account=hpcapps --exclusive --time=01:00:00 --ntasks=16 --nodes=1 --partition=debug' gives error message: slurmsteped: error: couldn't chdir to '/home/xhe': No such file or directory: going /tep instead. The directory /home/xhe does exist.
  8. In section of running julia, permission denied when run 'julia> using Pkg'.

For file filesystems.md: 'df -h' command is updated to be 'df-h /projects/' to show the usage of a specific project directory.