The JAWS command line interface (jaws) has a few areas that hinder
the user experience:
jawsThis docker image is intended to be used on cori and perlmutter to overcome the above shortcommings and make JAWS easier to use.
shifter --entrypoint --image wjhjgi/jaws-client:latest jaws -h
You must be on cori or perlmutter to use this image, as it requires the NERSC filesystems to be mounted.
Your JAWS token must be in a file named ~/jaws.conf.
.bashrcEither a bash alias or bash function could be used to make it easier to
execute jaws via shifter, but by using (and exporting) a bash function,
the simplifed jaws command will also be availble within shell scripts.
Append to the end of your ~/.bashrc on NERSC:
jaws() {
shifter --module=none --entrypoint --image=wjhjgi/jaws-client:latest jaws "$@"
}
export -f jaws
Content type
Image
Digest
sha256:06ecc5c62…
Size
414.5 MB
Last updated
almost 3 years ago
docker pull wjhjgi/jaws-client