Changeset 3682 for palm/trunk/SCRIPTS/palmtest
- Timestamp:
- Jan 18, 2019 5:01:54 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/palmtest
r3561 r3682 788 788 789 789 environment = available_environments[c_id] 790 791 if 'mpi_execution_command' in environment: 792 template = template.replace('@PALM_EXECUTE_COMMAND@', environment['mpi_execution_command']) 793 else: 794 template = template.replace('@PALM_EXECUTE_COMMAND@', 'mpirun -n {{mpi_tasks}}') 795 790 796 if 'executable' not in environment: 791 797 return True, colored('[palmtest.yml environment \"' + c_id + '\" has no \"executable\"]', 'red')
Note: See TracChangeset
for help on using the changeset viewer.