Support #6252
Install latest version (2021-07-01)
History
#1 Updated by Albert van Eck almost 3 years ago
Feedback to users:
I have just “installed” the latest release (2021-07-01) of Wombat on the HPC.
To make use thereof, type (or add to your ~/.bashrc) the following:
module load wombat
Optionally, you can load the specific version, e.g.:
module load wombat/2021.07.01 or module load wombat/2018.01.17
This should add “wombat” into your path, so you should be able to execute it by simply typing:
wombat
If for some reason, you need the full path of Wombat, after loading the module, you can see the full path by executing:
echo $WOMBAT_DIR
Should return “/soft/sl7/gen5/wombat/2021.07.01”
You can then, of course, use this system variable in commands too:
ls $WOMBAT_DIR/bin
Should return “wombat”.
Let me know if it doesn’t work.
Kind Regards
Albert
#2 Updated by Albert van Eck almost 3 years ago
- % Done changed from 0 to 100
- Status changed from New to Resolved