File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 $*
You can’t perform that action at this time.
0 commit comments