Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand

If the script could not run via sbatch. The errors usually look like this:

Code Block
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file

It is usually due to the wrong file format. Your file is still in the Windows format but not the Linux format.

Code Block
$ file comsol.sh # with wrong format
comsol.sh: Little-endian UTF-16 Unicode English text, with CRLF line terminators
$ iconv -f utf-16 -t ascii comsol.sh -o comsol.sh # Convert to ASCII first.
$ dos2unix comsol.sh # change CRLF line terminators to Unix format
$ file comsol.sh
comsol.sh: Bourne-Again shell script text executable

How can I acknowledge the Storrs HPC in our publications?

Expand

If you would like to acknowledge/reference the Storrs HPC cluster in your publications, you can acknowledge Storrs HPC to something along the lines of the following:

“The computational work performed on this project was done with help from the Storrs High Performance Computing cluster. We would like to thank the UConn Storrs HPC and HPC team for providing the resources and support that contributed to these results.”