Skip to content

Commit 450afbe

Browse files
committed
Missing lpjml.sh added to bin
1 parent 84e5952 commit 450afbe

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

bin/lpjml.sh

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
#!/bin/sh
2+
#################################################################################
3+
## ##
4+
## l p j m l . s h ##
5+
## ##
6+
## sh script to run lpjml on login as well as on batch nodes on cluster2015 ##
7+
## at PIK ##
8+
## ##
9+
## (C) Potsdam Institute for Climate Impact Research (PIK), see COPYRIGHT file ##
10+
## authors, and contributors see AUTHORS file ##
11+
## This file is part of LPJmL and licensed under GNU AGPL Version 3 ##
12+
## or later. See LICENSE file or go to http://www.gnu.org/licenses/ ##
13+
## Contact: https://github.com/PIK-LPJmL/LPJmL ##
14+
## ##
15+
#################################################################################
16+
17+
host=$(hostname)
18+
if [ "$host" = "login01" ] || [ "$host" = "login02" ]
19+
then
20+
unset I_MPI_DAPL_UD_PROVIDER
21+
fi
22+
$LPJROOT/bin/lpjml $*

0 commit comments

Comments
 (0)