No new versions were installed, but this documents the build process and updates the modulefile.
7 lines
140 B
Bash
Executable File
7 lines
140 B
Bash
Executable File
#!/bin/sh
|
|
# Wrapper for Gctf on merlin
|
|
module purge
|
|
module use EM
|
|
module load cuda/8.0.44 Gctf/1.06
|
|
exec Gctf-v1.06_sm_30_cu8.0_x86_64 "$@"
|