|
朋友你好,模仿你的方式运行GULP.exe,但是不管怎么回事gout文件总是会报错:
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! ERROR : could not open library file = catlow
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Program terminated by processor 0 in setlib
我交作业的脚本关于一些变量的设置如下:
- export MS_INSTALL_ROOT=/share/apps/Accelrys/MaterialsStudio8.0
- export MPIRUN=$MS_INSTALL_ROOT/bin/mpirun
- export GULP=$MS_INSTALL_ROOT/bin/gulp.exe
- export I_MPI_ROOT=$MS_INSTALL_ROOT
- export PATH=$MS_INSTALL_ROOT/bin:$PATH
- #export PATH=$MS_INSTALL_ROOT/bin:$PATH:$MS_INSTALL_ROOT/etc/GULP/bin:$MS_INSTALL_ROOT/share/bin
- export LD_LIBRARY_PATH=$MS_INSTALL_ROOT/lib:$LD_LIBRARY_PATH
- export MSI_LIC_PACK_DIR=/share/apps/Accelrys/LicensePack
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MSI_LIC_PACK_DIR/linux/lib
- export LD_LIBRARY_PATH=$MS_INSTALL_ROOT/share/Resources/Nanotech/GULP:$LD_LIBRARY_PATH
- export LIBRARY_PATH=$MS_INSTALL_ROOT/share/Resources/Nanotech/GULP:$LIBRARY_PATH
- #export PSPOT_DIR=$MS_INSTALL_ROOT/share/Resources/Quantum/Castep/Potentials
- export PSPOT_DIR=$MS_INSTALL_ROOT/share/Resources/Nanotech/GULP
- #export GULP_LIBRARY_PATH=/share/apps/Accelrys/MaterialsStudio8.0/share/Resources/
- #力场的目录/share/apps/Accelrys/MaterialsStudio8.0/share/Resources/Nanotech/GULP
复制代码
执行的命令是:$MPIRUN -machinefile hosts.txt -np $NPROCS $GULP ${INPUT_FILE}
试了很多方式都以失败告终,望大佬解答!感激不尽 |
|