Log In | Get Help   
Home My Page Projects Code Snippets Project Openings transition state search using dynamics
Summary Activity Forums Tracker Lists Tasks Docs Surveys News SCM Files Wiki
[tsscds] View of /tags/2018/scripts/run_test.sh
[tsscds] / tags / 2018 / scripts / run_test.sh Repository:
ViewVC logotype

View of /tags/2018/scripts/run_test.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 301 - (download) (as text) (annotate)
Wed Dec 19 22:18:30 2018 UTC (5 years, 5 months ago) by tsscds
File size: 559 byte(s)
run_test.sh added
#!/bin/bash
# Run this script to test the program for the formic acid example
# You must have loaded tsscds module before:
# module load tsscds/2018

# Change the values below if needed:
# path_to_program: is the path to the installation directory ($HOME/tsscds-2018 by default)
# ntasks: is number of parallel tasks
# niter: is the number of iterations

path_to_program=$HOME/tsscds-2018
ntasks=4
niter=2
runningtasks=$ntasks

mkdir test
cd test
cp $path_to_program/examples/FA.* . 

nohup llcalcs.sh FA.dat $ntasks $niter $runningtasks >llcalcs.log 2>&1 &


root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge