Error message

  • Deprecated function: Constant PDO::MYSQL_ATTR_USE_BUFFERED_QUERY is deprecated since 8.5, use Pdo\Mysql::ATTR_USE_BUFFERED_QUERY instead in DatabaseConnection_mysql->__construct() (line 332 of /var/www/html/includes/database/mysql/database.inc).
  • Deprecated function: Constant PDO::MYSQL_ATTR_MULTI_STATEMENTS is deprecated since 8.5, use Pdo\Mysql::ATTR_MULTI_STATEMENTS instead in DatabaseConnection_mysql->__construct() (line 339 of /var/www/html/includes/database/mysql/database.inc).

April 2015

Compiling using Cray Compilers on Hopper (updated)

To compile using Cray compilers on Hopper, first swap the programming environment by typing:
module swap PrgEnv-pgi PrgEnv-cray

the CrayFtn compiler has a problem with the string ACCESS='APPEND' so these all need to be replaced with POSITION='APPEND'

you can use this command to modify them all
sed -i “s/ACCESS=’APPEND’/POSITION=’APPEND’/g” *.f*

Show output in browser

Do you want to see the output of NRLMOL in a browser when running calculations on a local machine?

Follow the instructions listed here.