|
已经配置了export MOLCAS=/home/public/wbh/soft/OpenMolcas/build, 这个目录下有\bin目录,里面都是exe可执行文件。在任意目录直接输入pymolcas可以看到
usage: pymolcas [options] [input_file | script ...]
MOLCAS has been found at /home/public/wbh/soft/OpenMolcas
positional arguments:
input_file | script input file or script
... additional arguments passed to the script
optional arguments:
-h, --help show this help message and exit
-s, --setup set up a custom molcasrc file with useful environment variables
-env, --environment display information about environment
-clean, --clean_scratch clean scratch area after calculation
-new, --new_scratch clean scratch area before calculation
-old, --old_scratch reuse scratch area (default)
-ign, --ignore_environment run ignoring resource files
-val, --validate validate input only (dry run)
-np NPROCS, --nprocs NPROCS number of parallel (MPI) processes
-v, --version print version of the driver
-o FILE, --output FILE redirect output stream to FILE
-e FILE, --error FILE redirect error stream to FILE
-oe FILE, -eo FILE, --outputerror FILE redirect output and error streams to FILE
-f, --files redirect output/error streams to standard files (*.log and *.err)
-b BUFFER, --buffer BUFFER buffer size for input/error files (-1: default, 0: none, 1: line, n: n bytes)
--banner print banner (includes version and compilation info)
--not-here do not try to find MOLCAS in the current directory (and parents)
但带上输入文件运行pymolcas xxx.input还是报错:
"/home/wbh/soft/openMolcas/build" is not a valid MOLCAS installation
|
|