Thread Linux commands aus Perl (15 answers)
Opened by lordy at 2013-04-23 15:16

Gast lordy
 2013-04-25 12:54
#167280 #167280
funkioniert leider nicht mit dem bash-script:

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
xzy@xzy> cat ./module.sh
#! /bin/sh
eval `/opt/modules/3.2.6.7/bin/modulecmd bash $*`
xzy@xzy> ./module.sh add gromacs
xzy@xzy> grompp -h
If 'grompp' is not a typo you can run the following command to lookup the package that contains the binary:
command-not-found grompp
-bash: grompp: command not found
xzy@xzy> module add gromacs
xzy@xzy> grompp -h
:-) G R O M A C S (-:

Getting the Right Output Means no Artefacts in Calculating Stuff

:-) VERSION 4.6-GPU-dev-20120501-ec56c (-:

Last edited: 2013-04-25 13:13:33 +0200 (CEST)

View full thread Linux commands aus Perl